Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 1,172 for label:perl (0.02 sec)

  1. Pod::Simple::DumpAsText.txt

    require 5; package Pod::Simple::DumpAsText; $VERSION = '3.43'; use Pod::Simple (); BEGIN {@ISA = ('Pod::Simple')} use strict; use Carp (); BEGIN { *DEBUG = \&Pod::Simple::DEBUG unless defined &DEBU...
    perldoc.perl.org/Pod::Simple::DumpAsText.txt
    Registered: Sun Apr 28 11:38:59 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  2. CPAN::Meta::History::Meta_1_4.txt

    =for :stopwords MailingList PODs RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_4 - Version 1.4 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_4.txt
    Registered: Mon May 06 08:02:03 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  3. filetest.txt

    package filetest; our $VERSION = '1.03'; =head1 NAME filetest - Perl pragma to control the filetest permission operators =head1 SYNOPSIS $can_perhaps_read = -r "file"; # use the mode bits { use fil...
    perldoc.perl.org/filetest.txt
    Registered: Mon May 06 05:13:37 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  4. B::Terse.txt

    package B::Terse; our $VERSION = '1.09'; use strict; use B qw(class @specialsv_name); use B::Concise qw(concise_subref set_style_standard); use Carp; sub terse { my ($order, $subref) = @_; set_styl...
    perldoc.perl.org/B::Terse.txt
    Registered: Mon May 06 06:54:22 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  5. DBM_Filter::null.txt

    package DBM_Filter::null ; use strict; use warnings; our $VERSION = '0.03'; sub Store { no warnings 'uninitialized'; $_ .= "\x00" ; } sub Fetch { no warnings 'uninitialized'; s/\x00$// ; } 1; __END...
    perldoc.perl.org/DBM_Filter::null.txt
    Registered: Mon May 06 07:54:20 UTC 2024
    - 967 bytes
    - Viewed (0)
  6. DBM_Filter::compress.txt

    package DBM_Filter::compress ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Compress::Zlib; Compress::Zlib->import() }; croak "Compress::Zlib module not found.\...
    perldoc.perl.org/DBM_Filter::compress.txt
    Registered: Mon May 06 07:46:00 UTC 2024
    - 854 bytes
    - Viewed (0)
  7. File::Temp.txt

    package File::Temp; # git description: v0.2310-3-gc7148fe # ABSTRACT: return name and handle of a temporary file safely our $VERSION = '0.2311'; #pod =begin :__INTERNALS #pod #pod =head1 PORTABILIT...
    perldoc.perl.org/File::Temp.txt
    Registered: Tue May 07 06:03:49 UTC 2024
    - 116.1K bytes
    - Viewed (0)
  8. ExtUtils::Install.txt

    package ExtUtils::Install; use strict; use Config qw(%Config); use Cwd qw(cwd); use Exporter (); use File::Basename qw(dirname); use File::Copy; use File::Path; use File::Spec; our @ISA = ('Exporte...
    perldoc.perl.org/ExtUtils::Install.txt
    Registered: Tue May 07 02:40:46 UTC 2024
    - 40K bytes
    - Viewed (0)
  9. IO::Compress::FAQ.txt

    =head1 NAME IO::Compress::FAQ -- Frequently Asked Questions about IO::Compress =head1 DESCRIPTION Common questions answered. =head1 GENERAL =head2 Compatibility with Unix compress/uncompress. Altho...
    perldoc.perl.org/IO::Compress::FAQ.txt
    Registered: Tue May 07 06:35:40 UTC 2024
    - 20.5K bytes
    - Viewed (0)
  10. File::Spec::Unix.txt

    package File::Spec::Unix; use strict; use Cwd (); our $VERSION = '3.88'; $VERSION =~ tr/_//d; =head1 NAME File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules =head1 SYNOPSIS r...
    perldoc.perl.org/File::Spec::Unix.txt
    Registered: Tue May 07 05:56:53 UTC 2024
    - 15.5K bytes
    - Viewed (0)
Back to top