Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 31 - 40 of 108 for host:perldoc.perl.org (0.03 sec)

  1. ARGVOUT.txt

    =over =item ARGVOUT X<ARGVOUT> The special filehandle that points to the currently open output file when doing edit-in-place processing with B<-i>. Useful when you have to do a lot of inserting and...
    perldoc.perl.org/variables/ARGVOUT.txt
    Registered: Thu May 02 10:46:46 UTC 2024
    - 303 bytes
    - Viewed (0)
  2. @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: Thu May 02 07:18:12 UTC 2024
    - 312 bytes
    - Viewed (0)
  3. $^L.txt

    =over =item IO::Handle->format_formfeed(EXPR) =item $FORMAT_FORMFEED =item $^L X<$^L> X<$FORMAT_FORMFEED> What formats output as a form feed. The default is C<\f>. You cannot call C<format_formfeed...
    perldoc.perl.org/variables/$^L.txt
    Registered: Thu May 02 08:45:34 UTC 2024
    - 282 bytes
    - Viewed (0)
  4. perl585delta.txt

    =head1 NAME perl585delta - what is new for perl v5.8.5 =head1 DESCRIPTION This document describes differences between the 5.8.4 release and the 5.8.5 release. =head1 Incompatible Changes There are ...
    perldoc.perl.org/perl585delta.txt
    Registered: Thu May 02 01:32:29 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  5. $..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: Thu May 02 04:39:47 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  6. ${^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: Thu May 02 03:27:36 UTC 2024
    - 498 bytes
    - Viewed (0)
  7. 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.txt
    Registered: Thu May 02 02:02:52 UTC 2024
    - 372 bytes
    - Viewed (0)
  8. perlboot.txt

    =encoding utf8 =head1 NAME perlboot - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlo...
    perldoc.perl.org/perlboot.txt
    Registered: Thu May 02 01:56:52 UTC 2024
    - 294 bytes
    - Viewed (0)
  9. $].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: Thu May 02 11:22:45 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  10. $^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: Thu May 02 12:37:26 UTC 2024
    - 1.3K bytes
    - Viewed (0)
Back to top