Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1081 - 1090 of 1,302 for label:perl (0.03 sec)

  1. perl583delta.txt

    =head1 NAME perl583delta - what is new for perl v5.8.3 =head1 DESCRIPTION This document describes differences between the 5.8.2 release and the 5.8.3 release. If you are upgrading from an earlier r...
    perldoc.perl.org/perl583delta.txt
    Registered: Wed Nov 20 02:50:32 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. perlartistic.txt

    =head1 NAME perlartistic - the Perl Artistic License =head1 SYNOPSIS You can refer to this document in Pod via "L<perlartistic>" Or you can see this document by entering "perldoc perlartistic" =hea...
    perldoc.perl.org/perlartistic.txt
    Registered: Wed Nov 20 00:10:37 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  3. perl5281delta.txt

    =encoding utf8 =head1 NAME perl5281delta - what is new for perl v5.28.1 =head1 DESCRIPTION This document describes differences between the 5.28.0 release and the 5.28.1 release. If you are upgradin...
    perldoc.perl.org/perl5281delta.txt
    Registered: Wed Nov 20 04:22:41 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  4. ExtUtils::MM_Any.txt

    package ExtUtils::MM_Any; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Carp; use File::Spec; use File::Basename; BEGIN { our @ISA = qw(File::Spec); } # We need $Verbose...
    perldoc.perl.org/ExtUtils::MM_Any.txt
    Registered: Sat Nov 16 02:56:00 UTC 2024
    - 80.9K bytes
    - Viewed (0)
  5. ExtUtils::MM_VMS.txt

    package ExtUtils::MM_VMS; use strict; use warnings; use ExtUtils::MakeMaker::Config; require Exporter; BEGIN { # so we can compile the thing on non-VMS platforms. if( $^O eq 'VMS' ) { require VMS::...
    perldoc.perl.org/ExtUtils::MM_VMS.txt
    Registered: Sat Nov 16 07:04:55 UTC 2024
    - 66.7K bytes
    - Viewed (0)
  6. File::Fetch.txt

    package File::Fetch; use strict; use FileHandle; use File::Temp; use File::Copy; use File::Spec; use File::Spec::Unix; use File::Basename qw[dirname]; use Cwd qw[cwd]; use Carp qw[carp]; use IPC::C...
    perldoc.perl.org/File::Fetch.txt
    Registered: Sat Nov 16 06:49:11 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  7. ExtUtils::Embed.txt

    package ExtUtils::Embed; require Exporter; use Config; require File::Spec; our ( @Extensions, $opt_o, $opt_s ); use strict; # This is not a dual-life module, so no need for development version numb...
    perldoc.perl.org/ExtUtils::Embed.txt
    Registered: Sat Nov 16 07:10:51 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  8. Exporter::Heavy.txt

    package Exporter::Heavy; use strict; no strict 'refs'; # On one line so MakeMaker will see it. our $VERSION = '5.78'; =head1 NAME Exporter::Heavy - Exporter guts =head1 SYNOPSIS (internal use only)...
    perldoc.perl.org/Exporter::Heavy.txt
    Registered: Sat Nov 16 07:44:26 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  9. Encode::Byte.txt

    package Encode::Byte; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE_...
    perldoc.perl.org/Encode::Byte.txt
    Registered: Sat Nov 16 05:15:33 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  10. Encode::CN.txt

    package Encode::CN; BEGIN { if ( ord("A") == 193 ) { die "Encode::CN not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...
    perldoc.perl.org/Encode::CN.txt
    Registered: Sat Nov 16 06:36:30 UTC 2024
    - 2K bytes
    - Viewed (0)
Back to top