Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3371 - 3380 of 3,449 for filetype:txt (0.03 sec)

  1. utf8.txt

    package utf8; use strict; use warnings; our $utf8_hint_bits = 0x00800000; our $ascii_hint_bits = 0x00000010; # Turned off when utf8 turned on our $VERSION = '1.27'; our $AUTOLOAD; sub import { $^H ...
    perldoc.perl.org/utf8.txt
    Registered: Fri Sep 12 16:56:58 UTC 2025
    - 10.7K bytes
    - Viewed (0)
  2. version.txt

    =head1 NAME version - Perl extension for Version Objects =head1 SYNOPSIS # Parsing version strings (decimal or dotted-decimal) use version 0.77; # get latest bug-fixes and API $ver = version->parse...
    perldoc.perl.org/version.txt
    Registered: Fri Sep 12 17:04:30 UTC 2025
    - 10.4K bytes
    - Viewed (0)
  3. Test2::Tools::Refcount.txt

    # You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2008-2023 -- leonerd@leonerd.org.uk packa...
    perldoc.perl.org/Test2::Tools::Refcount.txt
    Registered: Fri Sep 12 18:24:53 UTC 2025
    - 8.6K bytes
    - Viewed (0)
  4. CPAN::Meta::History::Meta_1_0.txt

    =for :stopwords DOAP RDF =head1 NAME CPAN::Meta::History::Meta_1_0 - Version 1.0 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.0 specification for F<...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_0.txt
    Registered: Fri Sep 12 19:12:15 UTC 2025
    - 6.6K bytes
    - Viewed (0)
  5. CPAN::Meta::History.txt

    # vi:tw=72 use 5.006; use strict; use warnings; package CPAN::Meta::History; our $VERSION = '2.150010'; 1; # ABSTRACT: history of CPAN Meta Spec changes __END__ =pod =encoding UTF-8 =head1 NAME CPA...
    perldoc.perl.org/CPAN::Meta::History.txt
    Registered: Fri Sep 12 19:05:16 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  6. autouse.txt

    package autouse; #use strict; # debugging only use 5.006; # use warnings $autouse::VERSION = '1.11'; $autouse::DEBUG ||= 0; sub vet_import ($); sub croak { require Carp; Carp::croak(@_); } sub impo...
    perldoc.perl.org/autouse.txt
    Registered: Fri Sep 12 20:49:27 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  7. vmsish.txt

    package vmsish; our $VERSION = '1.04'; =head1 NAME vmsish - Perl pragma to control VMS-specific language features =head1 SYNOPSIS use vmsish; use vmsish 'status'; # or '$?' use vmsish 'exit'; use v...
    perldoc.perl.org/vmsish.txt
    Registered: Fri Sep 12 20:59:30 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  8. App::Cpan.txt

    package App::Cpan; use strict; use warnings; use vars qw($VERSION); use if $] < 5.008 => 'IO::Scalar'; $VERSION = '1.678'; =head1 NAME App::Cpan - easily interact with CPAN from the command line =h...
    perldoc.perl.org/App::Cpan.txt
    Registered: Fri Sep 12 23:23:14 UTC 2025
    - 39.7K bytes
    - Viewed (0)
  9. Socket.txt

    package Socket; use v5.6.1; use strict; our $VERSION = '2.038'; =head1 NAME C<Socket> - networking constants and support functions =head1 SYNOPSIS C<Socket> a low-level module used by, among other ...
    perldoc.perl.org/Socket.txt
    Registered: Fri Sep 12 21:04:53 UTC 2025
    - 37.6K bytes
    - Viewed (0)
  10. Benchmark.txt

    package Benchmark; use strict; =head1 NAME Benchmark - Benchmark running times of Perl code =head1 SYNOPSIS use Benchmark qw(:all); timethis($count, "code"); # Use Perl code in strings... timethese...
    perldoc.perl.org/Benchmark.txt
    Registered: Fri Sep 12 21:29:50 UTC 2025
    - 30.3K bytes
    - Viewed (0)
Back to top