Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1291 - 1300 of 3,417 for filetype:txt (0.11 sec)

  1. ptardiff.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl BEGIN { pop @I...
    perldoc.perl.org/ptardiff.txt
    Registered: Thu Feb 13 00:52:16 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  2. readline.txt

    =over =item readline EXPR =item readline X<readline> X<gets> X<fgets> Reads from the filehandle whose typeglob is contained in EXPR (or from C<*ARGV> if EXPR is not provided). In scalar context, ea...
    perldoc.perl.org/functions/readline.txt
    Registered: Mon Feb 17 21:20:15 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  3. $?.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/$?.txt
    Registered: Mon Feb 17 20:16:54 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  4. $@.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/$@.txt
    Registered: Mon Feb 17 18:48:56 UTC 2025
    - 611 bytes
    - Viewed (0)
  5. ${^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}.txt
    Registered: Mon Feb 17 19:06:55 UTC 2025
    - 421 bytes
    - Viewed (0)
  6. log.txt

    =over =item log EXPR X<log> X<logarithm> X<e> X<ln> X<base> =item log Returns the natural logarithm (base I<e>) of EXPR. If EXPR is omitted, returns the log of L<C<$_>|perlvar/$_>. To get the log o...
    perldoc.perl.org/functions/log.txt
    Registered: Mon Feb 17 22:10:11 UTC 2025
    - 495 bytes
    - Viewed (0)
  7. $<.txt

    =over =item $REAL_USER_ID =item $UID =item $< X<< $< >> X<$UID> X<$REAL_USER_ID> The real uid of this process. You can change both the real uid and the effective uid at the same time by using C<POS...
    perldoc.perl.org/variables/$<.txt
    Registered: Mon Feb 17 12:11:23 UTC 2025
    - 408 bytes
    - Viewed (0)
  8. 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: Mon Feb 17 18:35:25 UTC 2025
    - 303 bytes
    - Viewed (0)
  9. $^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: Mon Feb 17 17:12:43 UTC 2025
    - 282 bytes
    - Viewed (0)
  10. $=.txt

    =over =item HANDLE->format_lines_per_page(EXPR) =item $FORMAT_LINES_PER_PAGE =item $= X<$=> X<$FORMAT_LINES_PER_PAGE> The current page length (printable lines) of the currently selected output chan...
    perldoc.perl.org/variables/$=.txt
    Registered: Mon Feb 17 19:27:32 UTC 2025
    - 267 bytes
    - Viewed (0)
Back to top