- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 321 - 330 of 6,572 for content_length:[0 TO 9999] (0.05 sec)
-
User::grent.txt
package User::grent 1.05; use v5.38; our ($gr_name, $gr_gid, $gr_passwd, @gr_members); use Exporter 'import'; our @EXPORT = qw(getgrent getgrgid getgrnam getgr); our @EXPORT_OK = qw($gr_name $gr_gi...perldoc.perl.org/User::grent.txtRegistered: Mon Feb 17 06:24:48 UTC 2025 - 2.7K bytes - Viewed (0) -
Test2::Workflow::BlockBase.txt
package Test2::Workflow::BlockBase; use strict; use warnings; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/code frame _info _lines/; use Test2::Util::Sub qw/sub_info/; use List::Util qw/...perldoc.perl.org/Test2::Workflow::BlockBase.txtRegistered: Mon Feb 17 01:42:26 UTC 2025 - 3.1K bytes - Viewed (0) -
autodie::Util.txt
package autodie::Util; use strict; use warnings; use Exporter 5.57 qw(import); use autodie::Scope::GuardStack; our @EXPORT_OK = qw( fill_protos install_subs make_core_trampoline on_end_of_compile_s...perldoc.perl.org/autodie::Util.txtRegistered: Mon Feb 17 09:17:40 UTC 2025 - 7.6K bytes - Viewed (0) -
Text::Tabs.txt
use strict; use warnings; package Text::Tabs; BEGIN { require Exporter; *import = \&Exporter::import } our @EXPORT = qw( expand unexpand $tabstop ); our $VERSION = '2024.001'; our $SUBVERSION = 'mo...perldoc.perl.org/Text::Tabs.txtRegistered: Mon Feb 17 10:05:00 UTC 2025 - 3.4K bytes - Viewed (0) -
XS::Typemap.txt
package XS::Typemap; =head1 NAME XS::Typemap - module to test the XS typemaps distributed with perl =head1 SYNOPSIS use XS::Typemap; $output = T_IV( $input ); $output = T_PV( $input ); @output = T_...perldoc.perl.org/XS::Typemap.txtRegistered: Mon Feb 17 08:13:40 UTC 2025 - 2.5K bytes - Viewed (0) -
autodie::Scope::Guard.txt
package autodie::Scope::Guard; use strict; use warnings; # ABSTRACT: Wrapper class for calling subs at end of scope our $VERSION = '2.37'; # VERSION # This code schedules the cleanup of subroutines...perldoc.perl.org/autodie::Scope::Guard.txtRegistered: Mon Feb 17 08:21:16 UTC 2025 - 1.4K bytes - Viewed (0) -
@F.txt
=over =item @F X<@F> The array C<@F> contains the fields of each line read in when autosplit mode is turned on. See L<perlrun|perlrun/-a> for the B<-a> switch. This array is package-specific, and m...perldoc.perl.org/variables/@F.txtRegistered: Mon Feb 17 10:47:44 UTC 2025 - 312 bytes - Viewed (0) -
$_.txt
=over =item $ARG =item $_ X<$_> X<$ARG> The default input and pattern-searching space. The following pairs are equivalent: while (<>) {...} # equivalent only in while! while (defined($_ = <>)) {......perldoc.perl.org/variables/$_.txtRegistered: Mon Feb 17 10:55:43 UTC 2025 - 1.9K bytes - Viewed (0) -
$].txt
=over =item $OLD_PERL_VERSION =item $] X<$]> X<$OLD_PERL_VERSION> The revision, version, and subversion of the Perl interpreter, represented as a decimal of the form 5.XXXYYY, where XXX is the vers...perldoc.perl.org/variables/$].txtRegistered: Mon Feb 17 12:40:18 UTC 2025 - 1.6K bytes - Viewed (0) -
$..txt
=over =item HANDLE->input_line_number( EXPR ) =item $INPUT_LINE_NUMBER =item $NR =item $. X<$.> X<$NR> X<$INPUT_LINE_NUMBER> X<line number> Current line number for the last filehandle accessed. Eac...perldoc.perl.org/variables/$..txtRegistered: Mon Feb 17 14:57:18 UTC 2025 - 1.3K bytes - Viewed (0)