- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1161 - 1170 of 6,570 for content_length:[0 TO 9999] (0.17 sec)
-
perltodo.txt
=head1 NAME perltodo - Link to the Perl to-do list =head1 DESCRIPTION The Perl 5 to-do list is maintained in the git repository, and can be viewed at L<https://github.com/Perl/perl5/blob/blead/Port...perldoc.perl.org/perltodo.txtRegistered: Sat Feb 22 08:44:15 UTC 2025 - 372 bytes - Viewed (0) -
perlmroapi.txt
=head1 NAME perlmroapi - Perl method resolution plugin interface =head1 DESCRIPTION As of Perl 5.10.1 there is a new interface for plugging and using method resolution orders other than the default...perldoc.perl.org/perlmroapi.txtRegistered: Fri Feb 21 16:22:14 UTC 2025 - 3.3K bytes - Viewed (0) -
$?.txt
=over =item $CHILD_ERROR =item $? X<$?> X<$CHILD_ERROR> The status returned by the last pipe close, backtick (C<``>) command, successful call to C<wait()> or C<waitpid()>, or from the C<system()> o...perldoc.perl.org/variables/$?.txtRegistered: Sat Feb 22 22:19:35 UTC 2025 - 1.2K 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: Sun Feb 23 00:08:36 UTC 2025 - 1.3K bytes - Viewed (0) -
$^P.txt
=over =item $PERLDB =item $^P X<$^P> X<$PERLDB> The internal variable for debugging support. The meanings of the various bits are subject to change, but currently indicate: =over 6 =item 0x01 Debug...perldoc.perl.org/variables/$^P.txtRegistered: Sun Feb 23 02:54:41 UTC 2025 - 1.3K bytes - Viewed (0) -
$@.txt
=over =item $EVAL_ERROR =item $@ X<$@> X<$EVAL_ERROR> The Perl error from the last C<eval> operator, i.e. the last exception that was caught. For C<eval BLOCK>, this is either a runtime error messa...perldoc.perl.org/variables/$@.txtRegistered: Sat Feb 22 22:27:36 UTC 2025 - 611 bytes - Viewed (0) -
${^MATCH}.txt
=over =item ${^MATCH} X<${^MATCH}> It is only guaranteed to return a defined value when the pattern was compiled or executed with the C</p> modifier. This is similar to C<$&> (C<$MATCH>) except tha...perldoc.perl.org/variables/${^MATCH}.txtRegistered: Sun Feb 23 02:41:04 UTC 2025 - 498 bytes - Viewed (0) -
${^UTF8LOCALE}.txt
=over =item ${^UTF8LOCALE} X<${^UTF8LOCALE}> This variable indicates whether a UTF-8 locale was detected by perl at startup. This information is used by perl when it's in adjust-utf8ness-to-locale ...perldoc.perl.org/variables/${^UTF8LOCALE}.txtRegistered: Sun Feb 23 04:02:35 UTC 2025 - 371 bytes - Viewed (0) -
${^TAINT}.txt
=over =item ${^TAINT} X<${^TAINT}> Reflects if taint mode is on or off. 1 for on (the program was run with B<-T>), 0 for off, -1 when only taint warnings are enabled (i.e. with B<-t> or B<-TU>). No...perldoc.perl.org/variables/${^TAINT}.txtRegistered: Sat Feb 22 23:55:43 UTC 2025 - 421 bytes - Viewed (0) -
perl584delta.txt
=head1 NAME perl584delta - what is new for perl v5.8.4 =head1 DESCRIPTION This document describes differences between the 5.8.3 release and the 5.8.4 release. =head1 Incompatible Changes Many minor...perldoc.perl.org/perl584delta.txtRegistered: Sat Feb 22 06:14:42 UTC 2025 - 7.2K bytes - Viewed (0)