Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 111 - 120 of 710 for host:perldoc.perl.org (0.02 sec)

  1. $[.txt

    =over =item $[ X<$[> This variable stores the index of the first element in an array, and of the first character in a substring. The default is 0, but you could theoretically set it to 1 to make Pe...
    perldoc.perl.org/variables/$[.txt
    Registered: Fri May 31 19:43:19 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  2. $^E.txt

    =over =item $EXTENDED_OS_ERROR =item $^E X<$^E> X<$EXTENDED_OS_ERROR> Error information specific to the current operating system. At the moment, this differs from C<L</$!>> under only VMS, OS/2, an...
    perldoc.perl.org/variables/$^E.txt
    Registered: Fri May 31 20:29:00 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  3. $,.txt

    =over =item IO::Handle->output_field_separator( EXPR ) =item $OUTPUT_FIELD_SEPARATOR =item $OFS =item $, X<$,> X<$OFS> X<$OUTPUT_FIELD_SEPARATOR> The output field separator for the print operator. ...
    perldoc.perl.org/variables/$,.txt
    Registered: Fri May 31 18:59:46 UTC 2024
    - 486 bytes
    - Viewed (0)
  4. ${^UNICODE}.txt

    =over =item ${^UNICODE} X<${^UNICODE}> Reflects certain Unicode settings of Perl. See L<perlrun|perlrun/-C [numberE<sol>list]> documentation for the C<-C> switch for more information about the poss...
    perldoc.perl.org/variables/${^UNICODE}.txt
    Registered: Fri May 31 18:45:40 UTC 2024
    - 331 bytes
    - Viewed (0)
  5. ${^RE_DEBUG_FLAGS}.txt

    =over =item ${^RE_DEBUG_FLAGS} X<${^RE_DEBUG_FLAGS}> The current value of the regex debugging flags. Set to 0 for no debug output even when the C<re 'debug'> module is loaded. See L<re> for details...
    perldoc.perl.org/variables/${^RE_DEBUG_FLAGS}.txt
    Registered: Fri May 31 18:13:31 UTC 2024
    - 251 bytes
    - Viewed (0)
  6. @ARGV.txt

    =over =item @ARGV X<@ARGV> The array C<@ARGV> contains the command-line arguments intended for the script. C<$#ARGV> is generally the number of arguments minus one, because C<$ARGV[0]> is the first...
    perldoc.perl.org/variables/@ARGV.txt
    Registered: Fri May 31 18:52:40 UTC 2024
    - 293 bytes
    - Viewed (0)
  7. ${^WIN32_SLOPPY_STAT}.txt

    =over =item ${^WIN32_SLOPPY_STAT} X<${^WIN32_SLOPPY_STAT}> X<sitecustomize> X<sitecustomize.pl> This variable no longer has any function. This variable was added in Perl v5.10.0 and removed in Perl...
    perldoc.perl.org/variables/${^WIN32_SLOPPY_STAT}.txt
    Registered: Fri May 31 19:06:29 UTC 2024
    - 216 bytes
    - Viewed (0)
  8. $ARGV.txt

    =over =item $ARGV X<$ARGV> Contains the name of the current file when reading from C<< <> >>. =back
    perldoc.perl.org/variables/$ARGV.txt
    Registered: Fri May 31 22:59:56 UTC 2024
    - 102 bytes
    - Viewed (0)
  9. perlclib.txt

    =head1 NAME perlclib - Internal replacements for standard C library functions =head1 DESCRIPTION One thing Perl porters should note is that F<perl> doesn't tend to use that much of the C standard l...
    perldoc.perl.org/perlclib.txt
    Registered: Sat Jun 01 10:09:57 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  10. piconv.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec /home/centos/perldoc-browser/perls/5.38.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!./perl # $Id: piconv,v 2.8 201...
    perldoc.perl.org/piconv.txt
    Registered: Sat Jun 01 02:16:51 UTC 2024
    - 8.2K bytes
    - Viewed (0)
Back to top