- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3471 - 3480 of 6,339 for content_length:[0 TO 9999] (0.06 sec)
-
ExtUtils::MM_DOS.txt
package ExtUtils::MM_DOS; use strict; use warnings; our $VERSION = '7.76'; $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: Mon Nov 10 23:52:49 UTC 2025 - 1K bytes - Viewed (0) -
ExtUtils::MakeMaker::Config.txt
package ExtUtils::MakeMaker::Config; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use Config (); # Give us an overridable config. our %Config = %Config::Config; sub import ...perldoc.perl.org/ExtUtils::MakeMaker::Config.txtRegistered: Mon Nov 10 17:42:31 UTC 2025 - 602 bytes - Viewed (0) -
perlqnx.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...perldoc.perl.org/perlqnx.txtRegistered: Sun Nov 09 03:13:23 UTC 2025 - 6.5K bytes - Viewed (0) -
English.txt
package English; our $VERSION = '1.11'; require Exporter; @ISA = qw(Exporter); =head1 NAME English - use nice English (or awk) names for ugly punctuation variables =head1 SYNOPSIS use English; use ...perldoc.perl.org/English.txtRegistered: Sun Nov 09 06:22:15 UTC 2025 - 4.6K bytes - Viewed (0) -
podchecker.txt
#!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec perl -S $0 "$@"' if 0; ########## # podchecker -- command to invoke the podchecker function in Pod::Checker # # Copyright (c) 1998-2...perldoc.perl.org/podchecker.txtRegistered: Sun Nov 09 08:31:39 UTC 2025 - 3.7K bytes - Viewed (0) -
mro.txt
# mro.pm # # Copyright (c) 2007 Brandon L Black # Copyright (c) 2008,2009 Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License or the Artistic Lic...perldoc.perl.org/mro.txtRegistered: Mon Nov 10 01:05:59 UTC 2025 - 9.6K bytes - Viewed (0) -
Thread.txt
package Thread; use strict; use warnings; no warnings 'redefine'; our $VERSION = '3.06'; $VERSION = eval $VERSION; BEGIN { use Config; if (! $Config{useithreads}) { die("This Perl not built to supp...perldoc.perl.org/Thread.txtRegistered: Sun Nov 09 20:16:58 UTC 2025 - 8.1K 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: Sun Nov 09 20:42:25 UTC 2025 - 8.5K bytes - Viewed (0) -
stable.txt
package stable; $stable::VERSION = '0.035'; use strict; use warnings; use version (); use experimental (); use Carp qw/croak carp/; my %allow_at = ( bitwise => 5.022000, isa => 5.032000, lexical_su...perldoc.perl.org/stable.txtRegistered: Mon Nov 10 01:15:35 UTC 2025 - 4.8K bytes - Viewed (0) -
if.txt
package if; use strict; our $VERSION = '0.0610'; sub work { my $method = shift() ? 'import' : 'unimport'; unless (@_ >= 2) { my $type = ($method eq 'import') ? 'use' : 'no'; die "Too few arguments ...perldoc.perl.org/if.txtRegistered: Mon Nov 10 01:27:32 UTC 2025 - 3.5K bytes - Viewed (0)