Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 1,316 for label:perl (0.03 sec)

  1. SelfLoader.txt

    package SelfLoader; use 5.008; use strict; use IO::Handle; our $VERSION = "1.28"; # The following bit of eval-magic is necessary to make this work on # perls < 5.009005. our $AttrList; BEGIN { if (...
    perldoc.perl.org/SelfLoader.txt
    Registered: Mon Aug 25 18:37:21 UTC 2025
    - 17.1K bytes
    - Viewed (0)
  2. IPC::Open3.txt

    package IPC::Open3; use strict; no strict 'refs'; # because users pass me bareword filehandles use Exporter 'import'; use Carp; use Symbol qw(gensym qualify); our $VERSION = '1.24'; our @EXPORT = q...
    perldoc.perl.org/IPC::Open3.txt
    Registered: Tue Aug 26 00:28:56 UTC 2025
    - 15.5K bytes
    - Viewed (0)
  3. Digest::MD5.txt

    package Digest::MD5; use strict; use warnings; our $VERSION = '2.59'; require Exporter; *import = \&Exporter::import; our @EXPORT_OK = qw(md5 md5_hex md5_base64); our @ISA; eval { require Digest::b...
    perldoc.perl.org/Digest::MD5.txt
    Registered: Mon Aug 25 22:05:58 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  4. ExtUtils::CBuilder.txt

    package ExtUtils::CBuilder; use File::Spec (); use File::Path (); use File::Basename (); use Perl::OSType qw/os_type/; use warnings; use strict; our $VERSION = '0.280242'; # VERSION our @ISA; # We ...
    perldoc.perl.org/ExtUtils::CBuilder.txt
    Registered: Mon Aug 25 19:21:03 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  5. Test::Simple.txt

    package Test::Simple; use 5.006; use strict; our $VERSION = '1.302210'; use Test::Builder::Module; our @ISA = qw(Test::Builder::Module); our @EXPORT = qw(ok); my $CLASS = __PACKAGE__; =head1 NAME T...
    perldoc.perl.org/Test::Simple.txt
    Registered: Mon Aug 25 19:45:17 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  6. instmodsh.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl -w BEGIN { pop...
    perldoc.perl.org/instmodsh.txt
    Registered: Mon Aug 25 18:12:40 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  7. IO::Compress.txt

    package IO::Compress; our $VERSION = '2.213' ; =head1 NAME IO::Compress - read/write compressed data in multiple formats =head1 DESCRIPTION This is a stub module. It contains no code. =head1 AUTHOR...
    perldoc.perl.org/IO::Compress.txt
    Registered: Tue Aug 26 00:18:28 UTC 2025
    - 436 bytes
    - Viewed (0)
  8. perlop.txt

    =encoding utf8 =head1 NAME X<operator> perlop - Perl expressions: operators, precedence, string literals =head1 DESCRIPTION In Perl, the operator determines what operation is performed, independent...
    perldoc.perl.org/perlop.txt
    Registered: Mon Aug 25 13:59:11 UTC 2025
    - 178.9K bytes
    - Viewed (0)
  9. ExtUtils::Constant.txt

    package ExtUtils::Constant; use vars qw (@ISA $VERSION @EXPORT_OK %EXPORT_TAGS); $VERSION = '0.25'; =head1 NAME ExtUtils::Constant - generate XS code to import C header constants =head1 SYNOPSIS us...
    perldoc.perl.org/ExtUtils::Constant.txt
    Registered: Wed Aug 27 01:08:18 UTC 2025
    - 14.7K bytes
    - Viewed (0)
  10. Encode::PerlIO.txt

    =head1 NAME Encode::PerlIO -- a detailed document on Encode and PerlIO =head1 Overview It is very common to want to do encoding transformations when reading or writing files, network connections, p...
    perldoc.perl.org/Encode::PerlIO.txt
    Registered: Tue Aug 26 23:50:11 UTC 2025
    - 5.9K bytes
    - Viewed (0)
Back to top