- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 541 - 550 of 2,621 for host:perldoc.perl.org (0.09 sec)
-
NDBM_File.txt
package NDBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.17"; XSLoader::load(); 1; __END__ =head1 NAME NDBM_File - Tied access t...perldoc.perl.org/NDBM_File.txtRegistered: Sat Apr 05 13:19:41 UTC 2025 - 3K bytes - Viewed (0) -
TAP::Formatter::Console::ParallelSession.txt
package TAP::Formatter::Console::ParallelSession; use strict; use warnings; use File::Spec; use File::Path; use Carp; use base 'TAP::Formatter::Console::Session'; use constant WIDTH => 72; # Becaus...perldoc.perl.org/TAP::Formatter::Console::ParallelSession.txtRegistered: Sat Apr 05 16:32:14 UTC 2025 - 4.1K 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: Fri Apr 11 00:30:25 UTC 2025 - 83.3K bytes - Viewed (0) -
Encode.txt
# # $Id: Encode.pm,v 3.21 2024/02/25 22:17:32 dankogai Exp $ # package Encode; use strict; use warnings; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; our $VERSION; BEGIN { $VERSION = sprintf "%...perldoc.perl.org/Encode.txtRegistered: Thu Apr 10 23:58:41 UTC 2025 - 31.4K bytes - Viewed (0) -
Compress::Zlib.txt
package Compress::Zlib; require 5.006 ; require Exporter; use Carp ; use IO::Handle ; use Scalar::Util qw(dualvar); use IO::Compress::Base::Common 2.212 ; use Compress::Raw::Zlib 2.212 ; use IO::Co...perldoc.perl.org/Compress::Zlib.txtRegistered: Sun Apr 13 03:24:52 UTC 2025 - 43K 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.212'; $XS_VER...perldoc.perl.org/Compress::Raw::Bzip2.txtRegistered: Sun Apr 13 08:57:50 UTC 2025 - 10.7K bytes - Viewed (0) -
B::Showlex.txt
package B::Showlex; our $VERSION = '1.05'; use strict; use B qw(svref_2object comppadlist class); use B::Terse (); use B::Concise (); # # Invoke as # perl -MO=Showlex,foo bar.pl # to see the names ...perldoc.perl.org/B::Showlex.txtRegistered: Sun Apr 13 07:25:54 UTC 2025 - 5.5K bytes - Viewed (0) -
Digest::base.txt
package Digest::base; use strict; use warnings; our $VERSION = "1.20"; # subclass is supposed to implement at least these sub new; sub clone; sub add; sub digest; sub reset { my $self = shift; $sel...perldoc.perl.org/Digest::base.txtRegistered: Sun Apr 13 04:49:09 UTC 2025 - 1.9K bytes - Viewed (0) -
ExtUtils::MM_DOS.txt
package ExtUtils::MM_DOS; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Any; require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Uni...perldoc.perl.org/ExtUtils::MM_DOS.txtRegistered: Sun Apr 13 11:07:21 UTC 2025 - 1K bytes - Viewed (0) -
Encode::Symbol.txt
package Encode::Symbol; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAG...perldoc.perl.org/Encode::Symbol.txtRegistered: Sun Apr 13 06:59:37 UTC 2025 - 847 bytes - Viewed (0)