Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 348 for label:perl (0.02 sec)

  1. IO::Compress::Bzip2.txt

    package IO::Compress::Bzip2 ; use strict ; use warnings; use bytes; require Exporter ; use IO::Compress::Base 2.204 ; use IO::Compress::Base::Common 2.204 qw(); use IO::Compress::Adapter::Bzip2 2.2...
    perldoc.perl.org/IO::Compress::Bzip2.txt
    Registered: Sat Apr 27 20:22:57 UTC 2024
    - 20.8K bytes
    - Viewed (0)
  2. IO::Handle.txt

    package IO::Handle; =head1 NAME IO::Handle - supply object methods for I/O handles =head1 SYNOPSIS use IO::Handle; my $io = IO::Handle->new(); if ($io->fdopen(fileno(STDIN),"r")) { print $io->getli...
    perldoc.perl.org/IO::Handle.txt
    Registered: Sat Apr 27 19:20:46 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  3. File::Glob.txt

    package File::Glob; use strict; our($DEFAULT_FLAGS); require XSLoader; # NOTE: The glob() export is only here for compatibility with 5.6.0. # csh_glob() should not be used directly, unless you know...
    perldoc.perl.org/File::Glob.txt
    Registered: Sat Apr 27 21:19:36 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  4. perlbug.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 my $config_tag1 = '5.38.2 - Wed ...
    perldoc.perl.org/perlbug.txt
    Registered: Mon Apr 29 17:01:28 UTC 2024
    - 44.6K bytes
    - Viewed (0)
  5. perlmod.txt

    =head1 NAME perlmod - Perl modules (packages and symbol tables) =head1 DESCRIPTION =head2 Is this the document you were after? There are other documents which might contain the information that you...
    perldoc.perl.org/perlmod.txt
    Registered: Mon Apr 29 19:30:50 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  6. ExtUtils::Manifest.txt

    package ExtUtils::Manifest; # git description: 1.72-7-g54209ce require Exporter; use Config; use File::Basename; use File::Copy 'copy'; use File::Find; use File::Spec 0.8; use Carp; use strict; use...
    perldoc.perl.org/ExtUtils::Manifest.txt
    Registered: Sat Apr 27 12:35:18 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  7. ExtUtils::MakeMaker::FAQ.txt

    package ExtUtils::MakeMaker::FAQ; our $VERSION = '7.70'; $VERSION =~ tr/_//d; 1; __END__ =head1 NAME ExtUtils::MakeMaker::FAQ - Frequently Asked Questions About MakeMaker =head1 DESCRIPTION FAQs, t...
    perldoc.perl.org/ExtUtils::MakeMaker::FAQ.txt
    Registered: Sat Apr 27 16:46:58 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  8. File::Spec::Mac.txt

    package File::Spec::Mac; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.88'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub case_tolerant { 1 } =head1 NAME File::Spe...
    perldoc.perl.org/File::Spec::Mac.txt
    Registered: Sat Apr 27 19:15:52 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  9. File::Copy.txt

    # File/Copy.pm. Written in 1994 by Aaron Sherman <ajs@ajs.com>. This # source code has been placed in the public domain by the author. # Please be kind and preserve the documentation. # # Additions...
    perldoc.perl.org/File::Copy.txt
    Registered: Sat Apr 27 18:15:34 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  10. Encode::GSM0338.txt

    # # $Id: GSM0338.pm,v 2.10 2021/05/24 10:56:53 dankogai Exp $ # package Encode::GSM0338; use strict; use warnings; use Carp; use vars qw($VERSION); $VERSION = do { my @r = ( q$Revision: 2.10 $ =~ /...
    perldoc.perl.org/Encode::GSM0338.txt
    Registered: Sat Apr 27 10:51:32 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top