- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 931 - 940 of 2,636 for host:perldoc.perl.org (0.04 sec)
-
Unicode::UCD.txt
package Unicode::UCD; use strict; use warnings; no warnings 'surrogate'; # surrogates can be inputs to this use charnames (); our $VERSION = '0.81'; sub DEBUG () { 0 } $|=1 if DEBUG; require Export...perldoc.perl.org/Unicode::UCD.txtRegistered: Mon Jul 07 20:09:27 UTC 2025 - 183.2K bytes - Viewed (0) -
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: Mon Jul 07 21:59:49 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: Mon Jul 07 21:35:37 UTC 2025 - 81.1K bytes - Viewed (0) -
re.txt
package re; # pragma for controlling the regexp engine use strict; use warnings; our $VERSION = "0.48"; our @ISA = qw(Exporter); our @EXPORT_OK = qw{ is_regexp regexp_pattern regname regnames regna...perldoc.perl.org/re.txtRegistered: Tue Jul 08 01:12:53 UTC 2025 - 28.3K 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: Mon Jul 07 23:59:53 UTC 2025 - 15.2K bytes - Viewed (0) -
Compress::Raw::Bzip2.txt
package Compress::Raw::Bzip2; use strict ; use warnings ; require 5.006 ; require Exporter; use Carp ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); $VERSION = '2.213'; $XS_VER...perldoc.perl.org/Compress::Raw::Bzip2.txtRegistered: Mon Jul 07 22:58:48 UTC 2025 - 10.7K 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: Tue Jul 08 01:04:20 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: Tue Jul 08 01:29:57 UTC 2025 - 8.9K bytes - Viewed (0) -
locale.txt
package locale; use strict; use warnings; our $VERSION = '1.13'; use Config; $Carp::Internal{ (__PACKAGE__) } = 1; =head1 NAME locale - Perl pragma to use or avoid POSIX locales for built-in operat...perldoc.perl.org/locale.txtRegistered: Mon Jul 07 23:08:38 UTC 2025 - 4.6K bytes - Viewed (0) -
perl5180delta - what is new for perl v5.18.0 - ...
perl5180delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Core Enhancements New mechanism for experimental features H...perldoc.perl.org/perl5180delta Similar Results (1)Registered: Mon Jul 07 15:35:47 UTC 2025 - 182.7K bytes - Viewed (0)