- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 9951 - 9960 of about 10,000 for content_length:[10000 TO 99999] (0.11 sec)
-
@ARGV - Perldoc Browser
variables / @ARGV ( source , CPAN ) # @ARGV The array @ARGV contains the command-line arguments intended for the scri...perldoc.perl.org/variables/@ARGVRegistered: Fri Sep 12 12:29:41 UTC 2025 - 14.9K bytes - Viewed (0) -
$^D - Perldoc Browser
variables / $^D ( source , CPAN ) # $DEBUGGING # $^D The current value of the debugging flags. May be read or set. Li...perldoc.perl.org/variables/$^DRegistered: Fri Sep 12 12:29:54 UTC 2025 - 15.2K bytes - Viewed (0) -
$' - Perldoc Browser
variables / $' ( source , CPAN ) # $POSTMATCH # $' The string following whatever was matched by the last successful p...perldoc.perl.org/variables/$'Registered: Fri Sep 12 12:27:20 UTC 2025 - 15.4K bytes - Viewed (0) -
CPAN::FirstTime.txt
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: package CPAN::FirstTime; use strict; use ExtUtils::MakeMaker (); use FileHandle (); use File::Basename (); use Fi...perldoc.perl.org/CPAN::FirstTime.txtRegistered: Fri Sep 12 17:11:48 UTC 2025 - 73K bytes - Viewed (0) -
CPAN::Meta::Converter.txt
use 5.006; use strict; use warnings; package CPAN::Meta::Converter; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod my $struct = decode_json_file('META.json'); #pod #pod my $cmc = CPAN::M...perldoc.perl.org/CPAN::Meta::Converter.txtRegistered: Fri Sep 12 13:24:32 UTC 2025 - 48.8K bytes - Viewed (0) -
attributes.txt
package attributes; our $VERSION = 0.36; @EXPORT_OK = qw(get reftype); @EXPORT = (); %EXPORT_TAGS = (ALL => [@EXPORT, @EXPORT_OK]); use strict; sub croak { require Carp; goto &Carp::croak; } sub ca...perldoc.perl.org/attributes.txtRegistered: Fri Sep 12 14:23:49 UTC 2025 - 16K bytes - Viewed (0) -
Pod::Perldoc.txt
use 5.006; # we use some open(X, "<", $y) syntax package Pod::Perldoc; use strict; use warnings; use Config '%Config'; use Fcntl; # for sysopen use File::Basename qw(basename); use File::Spec::Func...perldoc.perl.org/Pod::Perldoc.txtRegistered: Sun Sep 14 07:30:13 UTC 2025 - 63.1K bytes - Viewed (0) -
Pod::Simple::RTF.txt
package Pod::Simple::RTF; use strict; use warnings; #sub DEBUG () {4}; #sub Pod::Simple::DEBUG () {4}; #sub Pod::Simple::PullParser::DEBUG () {4}; our $VERSION = '3.45'; use Pod::Simple::PullParser...perldoc.perl.org/Pod::Simple::RTF.txtRegistered: Sun Sep 14 08:11:35 UTC 2025 - 22.9K bytes - Viewed (0) -
Pod::Simple::PullParser.txt
package Pod::Simple::PullParser; use strict; our $VERSION = '3.45'; use Pod::Simple (); BEGIN {our @ISA = ('Pod::Simple')} use Carp (); use Pod::Simple::PullParserStartToken; use Pod::Simple::PullP...perldoc.perl.org/Pod::Simple::PullParser.txtRegistered: Sun Sep 14 08:06:42 UTC 2025 - 25.1K bytes - Viewed (0) -
Pod::Perldoc::ToMan.txt
require 5.006; package Pod::Perldoc::ToMan; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; use File::Spec::Functions qw(catfile); use Pod::...perldoc.perl.org/Pod::Perldoc::ToMan.txtRegistered: Sun Sep 14 10:41:43 UTC 2025 - 13.9K bytes - Viewed (0)