Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1951 - 1960 of 3,197 for filetype:txt (0.05 sec)

  1. IO::Compress::Base.txt

    package IO::Compress::Base ; require 5.006 ; use strict ; use warnings; use IO::Compress::Base::Common 2.212 ; use IO::File (); ; use Scalar::Util (); #use File::Glob; #require Exporter ; use Carp(...
    perldoc.perl.org/IO::Compress::Base.txt
    Registered: Sat Nov 16 18:04:40 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  2. I18N::Langinfo.txt

    package I18N::Langinfo; use 5.006; use strict; use warnings; use Carp; use Exporter 'import'; require XSLoader; our @EXPORT = qw(langinfo); our @EXPORT_OK = qw( ABDAY_1 ABDAY_2 ABDAY_3 ABDAY_4 ABDA...
    perldoc.perl.org/I18N::Langinfo.txt
    Registered: Sat Nov 16 17:57:57 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  3. File::GlobMapper.txt

    package File::GlobMapper; use strict; use warnings; use Carp; our ($CSH_GLOB); BEGIN { if ($] < 5.006) { require File::BSDGlob; File::BSDGlob->import(':glob'); $CSH_GLOB = File::BSDGlob::GLOB_CSH()...
    perldoc.perl.org/File::GlobMapper.txt
    Registered: Sat Nov 16 16:50:57 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  4. Getopt::Std.txt

    package Getopt::Std; use strict; use warnings; require Exporter; =head1 NAME Getopt::Std - Process single-character switches with switch clustering =head1 SYNOPSIS use Getopt::Std; getopts('oif:');...
    perldoc.perl.org/Getopt::Std.txt
    Registered: Sat Nov 16 18:31:00 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  5. FileHandle.txt

    package FileHandle; use 5.006; use strict; our($VERSION, @ISA, @EXPORT, @EXPORT_OK); $VERSION = "2.05"; require IO::File; @ISA = qw(IO::File); @EXPORT = qw(_IOFBF _IOLBF _IONBF); @EXPORT_OK = qw( p...
    perldoc.perl.org/FileHandle.txt
    Registered: Sat Nov 16 16:29:43 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  6. Test2::Manual::Testing::Migrating.txt

    package Test2::Manual::Testing::Migrating; use strict; use warnings; our $VERSION = '0.000162'; 1; =head1 NAME Test2::Manual::Testing::Migrating - How to migrate existing tests from Test::More to T...
    perldoc.perl.org/Test2::Manual::Testing::Migrating.txt
    Registered: Mon Nov 18 04:35:20 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  7. Test2::Workflow::Runner.txt

    package Test2::Workflow::Runner; use strict; use warnings; our $VERSION = '0.000162'; use Test2::API(); use Test2::Todo(); use Test2::AsyncSubtest(); use Test2::Util qw/get_tid CAN_REALLY_FORK/; us...
    perldoc.perl.org/Test2::Workflow::Runner.txt
    Registered: Mon Nov 18 07:10:22 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  8. Test2::Util::Stash.txt

    package Test2::Util::Stash; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use B; our @EXPORT_OK = qw{ get_stash get_glob get_symbol parse_symbol purge_symbol slot_to_sig ...
    perldoc.perl.org/Test2::Util::Stash.txt
    Registered: Mon Nov 18 06:29:24 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  9. Test2::Manual::Tooling::Nesting.txt

    package Test2::Manual::Tooling::Nesting; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Tooling::Nesting - Tutorial for using other tools within your own...
    perldoc.perl.org/Test2::Manual::Tooling::Nesting.txt
    Registered: Mon Nov 18 05:42:42 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  10. Test2::Tools::GenTemp.txt

    package Test2::Tools::GenTemp; use strict; use warnings; our $VERSION = '0.000162'; use File::Temp qw/tempdir/; use File::Spec; our @EXPORT = qw{gen_temp}; use base 'Exporter'; sub gen_temp { my %a...
    perldoc.perl.org/Test2::Tools::GenTemp.txt
    Registered: Mon Nov 18 04:54:17 UTC 2024
    - 2.4K bytes
    - Viewed (0)
Back to top