Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 331 - 340 of 6,572 for content_length:[0 TO 9999] (0.04 sec)

  1. 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.txt
    Registered: Mon Feb 17 08:13:40 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  2. 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.txt
    Registered: Mon Feb 17 08:21:16 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  3. @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.txt
    Registered: Mon Feb 17 10:47:44 UTC 2025
    - 312 bytes
    - Viewed (0)
  4. $_.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/$_.txt
    Registered: Mon Feb 17 10:55:43 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  5. $].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/$].txt
    Registered: Mon Feb 17 12:40:18 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  6. $..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/$..txt
    Registered: Mon Feb 17 14:57:18 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  7. $^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.txt
    Registered: Mon Feb 17 16:17:44 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  8. $(.txt

    =over =item $REAL_GROUP_ID =item $GID =item $( X<$(> X<$GID> X<$REAL_GROUP_ID> The real gid of this process. If you are on a machine that supports membership in multiple groups simultaneously, give...
    perldoc.perl.org/variables/$(.txt
    Registered: Mon Feb 17 12:33:15 UTC 2025
    - 1013 bytes
    - Viewed (0)
  9. $^M.txt

    =over =item $^M X<$^M> By default, running out of memory is an untrappable, fatal error. However, if suitably built, Perl can use the contents of C<$^M> as an emergency memory pool after C<die()>in...
    perldoc.perl.org/variables/$^M.txt
    Registered: Mon Feb 17 11:44:33 UTC 2025
    - 667 bytes
    - Viewed (0)
  10. ${^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}.txt
    Registered: Mon Feb 17 13:42:41 UTC 2025
    - 498 bytes
    - Viewed (0)
Back to top