Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1881 - 1890 of 3,197 for filetype:txt (0.08 sec)

  1. File::Spec::Unix.txt

    package File::Spec::Unix; use strict; use Cwd (); our $VERSION = '3.91'; $VERSION =~ tr/_//d; =head1 NAME File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules =head1 SYNOPSIS r...
    perldoc.perl.org/File::Spec::Unix.txt
    Registered: Sun Nov 17 03:28:58 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  2. TAP::Formatter::Base.txt

    package TAP::Formatter::Base; use strict; use warnings; use base 'TAP::Base'; use POSIX qw(strftime); my $MAX_ERRORS = 5; my %VALIDATION_FOR; BEGIN { %VALIDATION_FOR = ( directives => sub { shift; ...
    perldoc.perl.org/TAP::Formatter::Base.txt
    Registered: Sun Nov 17 04:35:36 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  3. Symbol.txt

    package Symbol; use strict; use warnings; =head1 NAME Symbol - manipulate Perl symbols and their names =head1 SYNOPSIS use Symbol; $sym = gensym; open($sym, '<', "filename"); $_ = <$sym>; # etc. un...
    perldoc.perl.org/Symbol.txt
    Registered: Sun Nov 17 04:21:48 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  4. TAP::Parser::Result.txt

    package TAP::Parser::Result; use strict; use warnings; use base 'TAP::Object'; BEGIN { # make is_* methods my @attrs = qw( plan pragma test comment bailout version unknown yaml ); no strict 'refs';...
    perldoc.perl.org/TAP::Parser::Result.txt
    Registered: Sun Nov 17 05:30:23 UTC 2024
    - 6K bytes
    - Viewed (0)
  5. Pod::Simple::Debug.txt

    package Pod::Simple::Debug; use strict; our $VERSION = '3.45'; sub import { my($value,$variable); if(@_ == 2) { $value = $_[1]; } elsif(@_ == 3) { ($variable, $value) = @_[1,2]; ($variable, $value)...
    perldoc.perl.org/Pod::Simple::Debug.txt
    Registered: Sun Nov 17 06:56:52 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  6. TAP::Parser::Result::Plan.txt

    package TAP::Parser::Result::Plan; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Plan - Plan result token. =head1 VERSION Version 3.48 =cut our $VERSION...
    perldoc.perl.org/TAP::Parser::Result::Plan.txt
    Registered: Sun Nov 17 07:02:00 UTC 2024
    - 2K bytes
    - Viewed (0)
  7. Memoize::Storable.txt

    use strict; use warnings; package Memoize::Storable; our $VERSION = '1.16'; use Storable 1.002 (); # for lock_* function variants our $Verbose; sub TIEHASH { my $package = shift; my $filename = shi...
    perldoc.perl.org/Memoize::Storable.txt
    Registered: Sun Nov 17 02:26:12 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  8. CPAN::Meta.txt

    use 5.006; use strict; use warnings; package CPAN::Meta; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod use v5.10; #pod use strict; #pod use warnings; #pod use CPAN::Meta; #pod use Modul...
    perldoc.perl.org/CPAN::Meta.txt
    Registered: Fri Nov 15 16:39:54 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  9. Archive::Tar::File.txt

    package Archive::Tar::File; use strict; use Carp (); use IO::File; use File::Spec::Unix (); use File::Spec (); use File::Basename (); use Archive::Tar::Constant; use vars qw[@ISA $VERSION]; #@ISA =...
    perldoc.perl.org/Archive::Tar::File.txt
    Registered: Fri Nov 15 17:18:20 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  10. builtin.txt

    package builtin 0.014; use strict; use warnings; # All code, including &import, is implemented by always-present # functions in the perl interpreter itself. # See also `builtin.c` in perl source 1;...
    perldoc.perl.org/builtin.txt
    Registered: Fri Nov 15 16:00:40 UTC 2024
    - 12.9K bytes
    - Viewed (0)
Back to top