- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1231 - 1240 of 6,887 for content_length:[0 TO 9999] (0.14 sec)
-
encguess.txt
#!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!./perl use 5.008001; BEGIN {...perldoc.perl.org/encguess.txtRegistered: Sat Apr 19 22:48:18 UTC 2025 - 3.1K bytes - Viewed (0) -
sort.txt
package sort; use strict; use warnings; our $VERSION = '2.05'; sub import { shift; if (@_ == 0) { require Carp; Carp::croak("sort pragma requires arguments"); } $^H{sort} //= 0; for my $subpragma (...perldoc.perl.org/sort.txtRegistered: Sun Apr 20 00:35:48 UTC 2025 - 2.9K bytes - Viewed (0) -
ptardiff.txt
#!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl BEGIN { pop @I...perldoc.perl.org/ptardiff.txtRegistered: Sat Apr 19 23:24:54 UTC 2025 - 2.7K bytes - Viewed (0) -
CPAN::Queue.txt
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- use strict; package CPAN::Queue::Item; # CPAN::Queue::Item::new ; sub new { my($class,@attr) = @_; my $self = bless { @attr }, $class; re...perldoc.perl.org/CPAN::Queue.txtRegistered: Sun Apr 20 03:14:46 UTC 2025 - 7K bytes - Viewed (0) -
AnyDBM_File.txt
package AnyDBM_File; use warnings; use strict; use 5.006_001; our $VERSION = '1.01'; our @ISA = qw(NDBM_File DB_File GDBM_File SDBM_File ODBM_File) unless @ISA; my $mod; for $mod (@ISA) { if (eval ...perldoc.perl.org/AnyDBM_File.txtRegistered: Sun Apr 20 01:59:12 UTC 2025 - 2.6K bytes - Viewed (0) -
CPAN::Nox.txt
package CPAN::Nox; use strict; use vars qw($VERSION @EXPORT); BEGIN{ $CPAN::Suppress_readline=1 unless defined $CPAN::term; } use Exporter (); @CPAN::ISA = ('Exporter'); use CPAN; $VERSION = "5.500...perldoc.perl.org/CPAN::Nox.txtRegistered: Sun Apr 20 01:39:29 UTC 2025 - 953 bytes - Viewed (0) -
DBM_Filter::null.txt
package DBM_Filter::null ; use strict; use warnings; our $VERSION = '0.03'; sub Store { no warnings 'uninitialized'; $_ .= "\x00" ; } sub Fetch { no warnings 'uninitialized'; s/\x00$// ; } 1; __END...perldoc.perl.org/DBM_Filter::null.txtRegistered: Sun Apr 20 03:29:18 UTC 2025 - 967 bytes - Viewed (0) -
DBM_Filter::compress.txt
package DBM_Filter::compress ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Compress::Zlib; Compress::Zlib->import() }; croak "Compress::Zlib module not found.\...perldoc.perl.org/DBM_Filter::compress.txtRegistered: Sun Apr 20 01:22:40 UTC 2025 - 854 bytes - Viewed (0) -
CPAN::Meta::History::Meta_1_1.txt
=for :stopwords Ingy READMEs WTF licensure =head1 NAME CPAN::Meta::History::Meta_1_1 - Version 1.1 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.1 sp...perldoc.perl.org/CPAN::Meta::History::Meta_1_1.txtRegistered: Sun Apr 20 06:19:03 UTC 2025 - 8.6K bytes - Viewed (0) -
CPAN::Meta::Merge.txt
use strict; use warnings; package CPAN::Meta::Merge; our $VERSION = '2.150010'; use Carp qw/croak/; use Scalar::Util qw/blessed/; use CPAN::Meta::Converter 2.141170; sub _is_identical { my ($left, ...perldoc.perl.org/CPAN::Meta::Merge.txtRegistered: Sun Apr 20 06:26:24 UTC 2025 - 8.9K bytes - Viewed (0)