Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1551 - 1560 of 3,449 for filetype:txt (0.04 sec)

  1. rewinddir.txt

    =over =item rewinddir DIRHANDLE X<rewinddir> Sets the current position to the beginning of the directory for the L<C<readdir>|/readdir DIRHANDLE> routine on DIRHANDLE. Portability issues: L<perlpor...
    perldoc.perl.org/functions/rewinddir.txt
    Registered: Sun Aug 31 06:17:18 UTC 2025
    - 220 bytes
    - Viewed (0)
  2. eval.txt

    =over =item eval EXPR X<eval> X<try> X<catch> X<evaluate> X<parse> X<execute> X<error, handling> X<exception, handling> =item eval BLOCK =item eval C<eval> in all its forms is used to execute a lit...
    perldoc.perl.org/functions/eval.txt
    Registered: Sun Aug 31 14:29:29 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  3. sort.txt

    =over =item sort SUBNAME LIST X<sort> =item sort BLOCK LIST =item sort LIST In list context, this sorts the LIST and returns the sorted list value. In scalar context, the behaviour of C<sort> is un...
    perldoc.perl.org/functions/sort.txt
    Registered: Sun Aug 31 14:06:43 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  4. binmode.txt

    =over =item binmode FILEHANDLE, LAYER X<binmode> X<binary> X<text> X<DOS> X<Windows> =item binmode FILEHANDLE Arranges for FILEHANDLE to be read or written in "binary" or "text" mode on systems whe...
    perldoc.perl.org/functions/binmode.txt
    Registered: Sun Aug 31 16:53:02 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  5. 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: Sun Aug 31 16:11:20 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  6. exists.txt

    =over =item exists EXPR X<exists> X<autovivification> Given an expression that specifies an element of a hash, returns true if the specified element in the hash has ever been initialized, even if t...
    perldoc.perl.org/functions/exists.txt
    Registered: Sun Aug 31 11:27:55 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  7. sysseek.txt

    =over =item sysseek FILEHANDLE,POSITION,WHENCE X<sysseek> X<lseek> Sets FILEHANDLE's system position I<in bytes> using L<lseek(2)>. FILEHANDLE may be an expression whose value gives the name of the...
    perldoc.perl.org/functions/sysseek.txt
    Registered: Sun Aug 31 17:01:41 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  8. 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: Sun Aug 31 17:21:22 UTC 2025
    - 495 bytes
    - Viewed (0)
  9. method.txt

    =over =item method NAME BLOCK X<method> =item method NAME : ATTRS BLOCK Creates a new named method in the scope of the class that it appears within. This is only valid inside a L<C<class>|/class NA...
    perldoc.perl.org/functions/method.txt
    Registered: Sun Aug 31 15:49:52 UTC 2025
    - 228 bytes
    - Viewed (0)
  10. local.txt

    =over =item local EXPR X<local> You really probably want to be using L<C<my>|/my VARLIST> instead, because C<local> isn't what most people think of as "local". See L<perlsub/"Private Variables via ...
    perldoc.perl.org/functions/local.txt
    Registered: Sun Aug 31 19:34:59 UTC 2025
    - 1.4K bytes
    - Viewed (0)
Back to top