Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 31 - 40 of 1,476 for host:perldoc.perl.org (0.02 sec)

  1. Compress::Raw::Bzip2.txt

    package Compress::Raw::Bzip2; use strict ; use warnings ; require 5.006 ; require Exporter; use Carp ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); $VERSION = '2.204_001'; $XS...
    perldoc.perl.org/Compress::Raw::Bzip2.txt
    Registered: Mon May 06 09:00:36 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  2. File::Path.txt

    package File::Path; use 5.005_04; use strict; use Cwd 'getcwd'; use File::Basename (); use File::Spec (); BEGIN { if ( $] < 5.006 ) { # can't say 'opendir my $dh, $dirname' # need to initialise $dh...
    perldoc.perl.org/File::Path.txt
    Registered: Tue May 07 06:43:22 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  3. File::Find.txt

    package File::Find; use 5.006; use strict; use warnings; use warnings::register; our $VERSION = '1.43'; use Exporter 'import'; require Cwd; our @EXPORT = qw(find finddepth); use strict; my $Is_VMS ...
    perldoc.perl.org/File::Find.txt
    Registered: Tue May 07 08:12:13 UTC 2024
    - 36.5K bytes
    - Viewed (0)
  4. IO::Compress::RawDeflate.txt

    package IO::Compress::RawDeflate ; # create RFC1951 # use strict ; use warnings; use bytes; use IO::Compress::Base 2.204 ; use IO::Compress::Base::Common 2.204 qw(:Status :Parse); use IO::Compress:...
    perldoc.perl.org/IO::Compress::RawDeflate.txt
    Registered: Tue May 07 08:30:14 UTC 2024
    - 26.4K bytes
    - Viewed (0)
  5. Filter::Simple.txt

    package Filter::Simple; use Text::Balanced ':ALL'; our $VERSION = '0.96'; use Filter::Util::Call; use Carp; our @EXPORT = qw( FILTER FILTER_ONLY ); sub import { if (@_>1) { shift; goto &FILTER } el...
    perldoc.perl.org/Filter::Simple.txt
    Registered: Tue May 07 07:05:30 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  6. File::Spec::VMS.txt

    package File::Spec::VMS; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.88'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); use File::Basename; use VMS::Filespec; =head1...
    perldoc.perl.org/File::Spec::VMS.txt
    Registered: Tue May 07 07:51:30 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  7. ExtUtils::MakeMaker::Locale.txt

    package ExtUtils::MakeMaker::Locale; use strict; use warnings; our $VERSION = "7.70"; $VERSION =~ tr/_//d; use base 'Exporter'; our @EXPORT_OK = qw( decode_argv env $ENCODING_LOCALE $ENCODING_LOCAL...
    perldoc.perl.org/ExtUtils::MakeMaker::Locale.txt
    Registered: Tue May 07 04:23:56 UTC 2024
    - 13K bytes
    - Viewed (0)
  8. File::stat.txt

    package File::stat; use 5.006; use strict; use warnings; use warnings::register; use Carp; use constant _IS_CYGWIN => $^O eq "cygwin"; BEGIN { *warnif = \&warnings::warnif } our(@EXPORT, @EXPORT_OK...
    perldoc.perl.org/File::stat.txt
    Registered: Tue May 07 10:25:25 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  9. enc2xs.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec /home/centos/perldoc-browser/perls/5.38.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!./perl BEGIN { # @INC poking n...
    perldoc.perl.org/enc2xs.txt
    Registered: Thu May 09 01:47:28 UTC 2024
    - 41K bytes
    - Viewed (0)
  10. prove.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec /home/centos/perldoc-browser/perls/5.38.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl -w BEGIN { pop @...
    perldoc.perl.org/prove.txt
    Registered: Thu May 09 01:25:39 UTC 2024
    - 13.4K bytes
    - Viewed (0)
Back to top