- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 911 - 920 of 2,642 for host:perldoc.perl.org (0.05 sec)
-
POSIX.txt
=head1 NAME POSIX - Perl interface to IEEE Std 1003.1 =head1 SYNOPSIS use POSIX (); use POSIX qw(setsid); use POSIX qw(:errno_h :fcntl_h); printf "EINTR is %d\n", EINTR; my $sess_id = POSIX::setsid...perldoc.perl.org/POSIX.txt Similar Results (1)Registered: Wed Sep 10 04:38:42 UTC 2025 - 83.5K bytes - Viewed (0) -
Getopt::Long.txt
#! perl # Getopt::Long.pm -- Universal options parsing # Author : Johan Vromans # Created On : Tue Sep 11 15:00:12 1990 # Last Modified On: Tue Jun 11 13:18:11 2024 # Update Count : 1811 # Status :...perldoc.perl.org/Getopt::Long.txtRegistered: Wed Sep 10 02:08:36 UTC 2025 - 81.1K bytes - Viewed (0) -
Safe.txt
package Safe; use 5.003_11; use Scalar::Util qw(reftype refaddr); $Safe::VERSION = "2.47"; # *** Don't declare any lexicals above this point *** # # This function should return a closure which cont...perldoc.perl.org/Safe.txtRegistered: Tue Sep 09 23:03:57 UTC 2025 - 24.8K bytes - Viewed (0) -
Exporter.txt
package Exporter; use strict; no strict 'refs'; our $Debug = 0; our $ExportLevel = 0; our $Verbose ||= 0; our $VERSION = '5.79'; our %Cache; sub as_heavy { require Exporter::Heavy; # Unfortunately,...perldoc.perl.org/Exporter.txtRegistered: Wed Sep 10 00:26:25 UTC 2025 - 18.8K bytes - Viewed (0) -
Config::Perl::V.txt
package Config::Perl::V; use strict; use warnings; use Config; use Exporter; our $VERSION = "0.38"; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( plv2hash summary myconfig signature ); our %EXPOR...perldoc.perl.org/Config::Perl::V.txtRegistered: Tue Sep 09 20:23:59 UTC 2025 - 15.2K bytes - Viewed (0) -
Tie::RefHash.txt
package Tie::RefHash; # git description: v1.40-9-g23812d9 # ABSTRACT: Use references as hash keys our $VERSION = '1.41'; #pod =head1 SYNOPSIS #pod #pod require 5.004; #pod use Tie::RefHash; #pod ti...perldoc.perl.org/Tie::RefHash.txtRegistered: Wed Sep 10 02:37:53 UTC 2025 - 8.5K bytes - Viewed (0) -
experimental.txt
package experimental; $experimental::VERSION = '0.035'; use strict; use warnings; use version (); BEGIN { eval { require feature } }; use Carp qw/croak carp/; my %warnings = map { $_ => 1 } grep { ...perldoc.perl.org/experimental.txtRegistered: Wed Sep 10 00:15:32 UTC 2025 - 8.9K bytes - Viewed (0) -
re - Perl pragma to alter regular expression be...
re ( source , CPAN ) version 0.48 CONTENTS NAME SYNOPSIS DESCRIPTION 'taint' mode 'eval' mode 'strict' mode '/flags' ...perldoc.perl.org/reRegistered: Tue Sep 09 06:46:23 UTC 2025 - 42.2K bytes - Viewed (0) -
feature - Perl pragma to enable new features - ...
feature ( source , CPAN ) version 1.97 CONTENTS NAME SYNOPSIS DESCRIPTION Lexical effect no feature AVAILABLE FEATURE...perldoc.perl.org/featureRegistered: Tue Sep 09 06:47:01 UTC 2025 - 55.5K bytes - Viewed (0) -
builtin - Perl pragma to import built-in utilit...
builtin ( source , CPAN ) version 0.019 CONTENTS NAME SYNOPSIS DESCRIPTION Lexical Import Version Bundles Function Op...perldoc.perl.org/builtinRegistered: Tue Sep 09 06:47:18 UTC 2025 - 36.6K bytes - Viewed (0)