Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1061 - 1070 of 1,302 for label:perl (0.05 sec)

  1. Opcode.txt

    package Opcode 1.65; use strict; use Carp; use Exporter 'import'; use XSLoader; sub opset (;@); sub opset_to_hex ($); sub opdump (;$); use subs our @EXPORT_OK = qw( opset ops_to_opset opset_to_ops ...
    perldoc.perl.org/Opcode.txt
    Registered: Sat Nov 16 18:51:13 UTC 2024
    - 16K bytes
    - Viewed (0)
  2. Module::Load::Conditional.txt

    package Module::Load::Conditional; use strict; use Module::Load qw/load autoload_remote/; use Params::Check qw[check]; use Locale::Maketext::Simple Style => 'gettext'; use Carp (); use File::Spec (...
    perldoc.perl.org/Module::Load::Conditional.txt
    Registered: Sat Nov 16 15:43:48 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top