- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1061 - 1070 of 1,302 for label:perl (0.05 sec)
-
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.txtRegistered: Sat Nov 16 18:51:13 UTC 2024 - 16K bytes - Viewed (0) -
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.txtRegistered: Sat Nov 16 15:43:48 UTC 2024 - 18.9K bytes - Viewed (0) -
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.txtRegistered: Sat Nov 16 18:04:40 UTC 2024 - 23.5K bytes - Viewed (0) -
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.txtRegistered: Sat Nov 16 17:57:57 UTC 2024 - 14.1K bytes - Viewed (0) -
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.txtRegistered: Sat Nov 16 16:50:57 UTC 2024 - 15.3K bytes - Viewed (0) -
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.txtRegistered: Sat Nov 16 18:31:00 UTC 2024 - 8.9K bytes - Viewed (0) -
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.txtRegistered: Sat Nov 16 16:29:43 UTC 2024 - 6.6K bytes - Viewed (0) -
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.txtRegistered: Mon Nov 18 04:35:20 UTC 2024 - 9.8K bytes - Viewed (0) -
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.txtRegistered: Mon Nov 18 07:10:22 UTC 2024 - 12.6K bytes - Viewed (0) -
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.txtRegistered: Mon Nov 18 06:29:24 UTC 2024 - 5.6K bytes - Viewed (0)