Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 531 - 540 of 3,197 for filetype:txt (0.04 sec)

  1. 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: Fri Nov 15 23:45:44 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  2. AutoLoader.txt

    package AutoLoader; use strict; use 5.006_001; our($VERSION, $AUTOLOAD); my $is_dosish; my $is_epoc; my $is_vms; my $is_macos; BEGIN { $is_dosish = $^O eq 'dos' || $^O eq 'os2' || $^O eq 'MSWin32' ...
    perldoc.perl.org/AutoLoader.txt
    Registered: Fri Nov 15 22:59:59 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  3. autodie::hints.txt

    package autodie::hints; use strict; use warnings; use constant PERL58 => ( $] < 5.009 ); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Provide hints about user subr...
    perldoc.perl.org/autodie::hints.txt
    Registered: Fri Nov 15 21:39:59 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  4. CPAN::Meta::Prereqs.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Prereqs; our $VERSION = '2.150010'; #pod =head1 DESCRIPTION #pod #pod A CPAN::Meta::Prereqs object represents the prerequisites for a CPAN #...
    perldoc.perl.org/CPAN::Meta::Prereqs.txt
    Registered: Fri Nov 15 23:52:47 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  5. sigtrap.txt

    package sigtrap; =head1 NAME sigtrap - Perl pragma to enable simple signal handling =cut use Carp; $VERSION = '1.10'; $Verbose ||= 0; sub import { my $pkg = shift; my $handler = \&handler_traceback...
    perldoc.perl.org/sigtrap.txt
    Registered: Fri Nov 15 22:23:12 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  6. strict.txt

    package strict; $strict::VERSION = "1.13"; my ( %bitmask, %explicit_bitmask ); BEGIN { # Verify that we're called correctly so that strictures will work. # Can't use Carp, since Carp uses us! # see...
    perldoc.perl.org/strict.txt
    Registered: Fri Nov 15 23:31:37 UTC 2024
    - 5K bytes
    - Viewed (0)
  7. 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: Fri Nov 15 20:40:16 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  8. 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: Fri Nov 15 23:05:22 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  9. sort.txt

    package sort; use strict; use warnings; our $VERSION = '2.05'; sub import { shift; if (@_ == 0) { require Carp; Carp::croak("sort pragma requires arguments"); } $^H{sort} //= 0; for my $subpragma (...
    perldoc.perl.org/sort.txt
    Registered: Fri Nov 15 22:28:58 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  10. Math::BigInt::Calc.txt

    package Math::BigInt::Calc; use 5.006001; use strict; use warnings; use Carp qw< carp croak >; use Math::BigInt::Lib; our $VERSION = '2.003002'; $VERSION =~ tr/_//d; our @ISA = ('Math::BigInt::Lib'...
    perldoc.perl.org/Math::BigInt::Calc.txt
    Registered: Sat Nov 16 21:19:19 UTC 2024
    - 74.2K bytes
    - Viewed (0)
Back to top