Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3221 - 3230 of 3,463 for filetype:txt (0.08 sec)

  1. utf8.txt

    package utf8; use strict; use warnings; our $hint_bits = 0x00800000; our $VERSION = '1.25'; our $AUTOLOAD; sub import { $^H |= $hint_bits; } sub unimport { $^H &= ~$hint_bits; } sub AUTOLOAD { goto...
    perldoc.perl.org/utf8.txt
    Registered: Tue Jun 17 04:34:12 UTC 2025
    - 10.6K 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: Mon Jun 16 23:49:28 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  3. App::Prove::State.txt

    package App::Prove::State; use strict; use warnings; use File::Find; use File::Spec; use Carp; use App::Prove::State::Result; use TAP::Parser::YAMLish::Reader (); use TAP::Parser::YAMLish::Writer (...
    perldoc.perl.org/App::Prove::State.txt
    Registered: Tue Jun 17 02:57:26 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  4. lib.txt

    package lib; # THIS FILE IS AUTOMATICALLY GENERATED FROM lib_pm.PL. # ANY CHANGES TO THIS FILE WILL BE OVERWRITTEN BY THE NEXT PERL BUILD. use Config; use strict; my $archname = $Config{archname}; ...
    perldoc.perl.org/lib.txt
    Registered: Tue Jun 17 04:53:00 UTC 2025
    - 6K bytes
    - Viewed (0)
  5. 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: Tue Jun 17 05:06:23 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  6. 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: Tue Jun 17 00:36:43 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  7. perldata.txt

    =head1 NAME perldata - Perl data types =head1 DESCRIPTION =head2 Variable names X<variable, name> X<variable name> X<data type> X<type> Perl has three built-in data types: scalars, arrays of scalar...
    perldoc.perl.org/perldata.txt
    Registered: Mon Jun 16 15:19:12 UTC 2025
    - 51.9K bytes
    - Viewed (0)
  8. perlsyn.txt

    =head1 NAME X<syntax> perlsyn - Perl syntax: declarations, statements, comments =head1 DESCRIPTION A Perl program consists of a sequence of declarations and statements which run from the top to the...
    perldoc.perl.org/perlsyn.txt
    Registered: Mon Jun 16 15:47:54 UTC 2025
    - 52.8K bytes
    - Viewed (0)
  9. perlref.txt

    =head1 NAME X<reference> X<pointer> X<data structure> X<structure> X<struct> perlref - Perl references and nested data structures =head1 NOTE This is complete documentation about all aspects of ref...
    perldoc.perl.org/perlref.txt
    Registered: Mon Jun 16 15:58:20 UTC 2025
    - 35.3K bytes
    - Viewed (0)
  10. perlfaq1.txt

    =head1 NAME perlfaq1 - General Questions About Perl =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section of the FAQ answers very general, high-level questions about Perl. =head2 What i...
    perldoc.perl.org/perlfaq1.txt
    Registered: Mon Jun 16 16:15:33 UTC 2025
    - 13.2K bytes
    - Viewed (0)
Back to top