Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1151 - 1160 of 3,449 for filetype:txt (0.04 sec)

  1. variables.txt

    =pod I<Full documentation of predefined variables: L<perlvar>> =head2 General Variables =over 8 =item * B<< $_ >> - The default input and pattern-searching space =item * B<< @_ >> - Within a subrou...
    perldoc.perl.org/variables.txt
    Registered: Mon Aug 25 12:04:32 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  2. perlvar.txt

    =head1 NAME perlvar - Perl predefined variables =head1 DESCRIPTION =head2 The Syntax of Variable Names Variable names in Perl can have several formats. Usually, they must begin with a letter or und...
    perldoc.perl.org/perlvar.txt
    Registered: Mon Aug 25 23:01:36 UTC 2025
    - 91K bytes
    - Viewed (0)
  3. threads.txt

    package threads; use 5.008; use strict; use warnings; our $VERSION = '2.43'; # remember to update version in POD! my $XS_VERSION = $VERSION; #$VERSION = eval $VERSION; # Verify this Perl supports t...
    perldoc.perl.org/threads.txt
    Registered: Mon Aug 25 22:23:58 UTC 2025
    - 37.1K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top