- Sort Score
- Num 10 results
- Language All
- Labels All
Results 631 - 640 of 6,576 for content_length:[0 TO 9999] (0.22 seconds)
-
UNITCHECK.txt
=over =item BEGIN =item CHECK =item END =item INIT =item UNITCHECK These compile phase keywords are documented in L<perlmod/"BEGIN, UNITCHECK, CHECK, INIT and END">. =back 178perldoc.perl.org/functions/UNITCHECK.txt -
no
=over =item no Module LIST See the L</use> function, which C<no> is the opposite of. =back 93perldoc.perl.org/5.6.2/functions/no -
eq
=over =item and =item cmp =item eq =item ge =item gt =item if =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back 191perldoc.perl.org/5.16.2/functions/eq -
eq
=over =item and =item cmp =item eq =item ge =item gt =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back 181perldoc.perl.org/5.28.0/functions/eq -
for.txt
=over =item else =item elsif =item for =item foreach =item if =item unless =item until =item while These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back 194perldoc.perl.org/functions/for.txt -
eq
=over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back 192perldoc.perl.org/5.36.2/functions/eq -
try.txt
=over =item try =item catch =item finally These flow-control keywords related to the experimental C<try> feature are documented in L<perlsyn/"Try Catch Exception Handling">. =back 184perldoc.perl.org/functions/try.txt -
ExtUtils::ParseXS.txt
=head1 NAME ExtUtils::ParseXS - converts Perl XS code into C code =head1 SYNOPSIS use ExtUtils::ParseXS; my $pxs = ExtUtils::ParseXS->new; $pxs->process_file( filename => 'foo.xs' ); $pxs->process_...perldoc.perl.org/ExtUtils::ParseXS.txtMon Jan 26 23:21:14 GMT 2026 5.1K bytes -
perl5361delta.txt
=encoding utf8 =head1 NAME perl5361delta - what is new for perl v5.36.1 =head1 DESCRIPTION This document describes differences between the 5.36.0 release and the 5.36.1 release. If you are upgradin...perldoc.perl.org/perl5361delta.txtFri Jan 30 19:03:04 GMT 2026 4.6K bytes -
perldbmfilter.txt
=head1 NAME perldbmfilter - Perl DBM Filters =head1 SYNOPSIS $db = tie %hash, 'DBM', ... $old_filter = $db->filter_store_key ( sub { ... } ); $old_filter = $db->filter_store_value( sub { ... } ); $...perldoc.perl.org/perldbmfilter.txtFri Jan 30 17:46:12 GMT 2026 4.8K bytes