Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 451 - 460 of 2,612 for host:perldoc.perl.org (0.05 sec)

  1. study.txt

    =over =item study SCALAR X<study> =item study At this time, C<study> does nothing. This may change in the future. Prior to Perl version 5.16, it would create an inverted index of all characters tha...
    perldoc.perl.org/functions/study.txt
    Registered: Sun Oct 26 19:08:22 UTC 2025
    - 476 bytes
    - Viewed (0)
  2. symlink.txt

    =over =item symlink OLDFILE,NEWFILE X<symlink> X<link> X<symbolic link> X<link, symbolic> Creates a new filename symbolically linked to the old filename. Returns C<1> for success, C<0> otherwise. O...
    perldoc.perl.org/functions/symlink.txt
    Registered: Sun Oct 26 22:08:15 UTC 2025
    - 398 bytes
    - Viewed (0)
  3. link.txt

    =over =item link OLDFILE,NEWFILE X<link> Creates a new filename linked to the old filename. Returns true for success, false otherwise. Portability issues: L<perlport/link>. =back 183
    perldoc.perl.org/functions/link.txt
    Registered: Sun Oct 26 22:18:01 UTC 2025
    - 183 bytes
    - Viewed (0)
  4. stat.txt

    =over =item stat FILEHANDLE X<stat> X<file, status> X<ctime> =item stat EXPR =item stat DIRHANDLE =item stat Returns a 13-element list giving the status info for a file, either the file opened via ...
    perldoc.perl.org/functions/stat.txt
    Registered: Mon Oct 27 02:10:22 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  5. sysopen.txt

    =over =item sysopen FILEHANDLE,FILENAME,MODE X<sysopen> =item sysopen FILEHANDLE,FILENAME,MODE,PERMS Opens the file whose filename is given by FILENAME, and associates it with FILEHANDLE. If FILEHA...
    perldoc.perl.org/functions/sysopen.txt
    Registered: Mon Oct 27 00:28:56 UTC 2025
    - 4K bytes
    - Viewed (0)
  6. do.txt

    =over =item do BLOCK X<do> X<block> Not really a function. Returns the value of the last command in the sequence of commands indicated by BLOCK. When modified by the C<while> or C<until> loop modif...
    perldoc.perl.org/functions/do.txt
    Registered: Sun Oct 26 23:55:02 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  7. umask.txt

    =over =item umask EXPR X<umask> =item umask Sets the umask for the process to EXPR and returns the previous value. If EXPR is omitted, merely returns the current umask. The Unix permission C<rwxr-x...
    perldoc.perl.org/functions/umask.txt
    Registered: Mon Oct 27 03:36:45 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  8. utime.txt

    =over =item utime LIST X<utime> Changes the access and modification times on each file of a list of files. The first two elements of the list must be the NUMERIC access and modification times, in t...
    perldoc.perl.org/functions/utime.txt
    Registered: Mon Oct 27 03:47:16 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  9. last.txt

    =over =item last LABEL X<last> X<break> =item last EXPR =item last The C<last> command is like the C<break> statement in C (as used in loops); it immediately exits the loop in question. If the LABE...
    perldoc.perl.org/functions/last.txt
    Registered: Mon Oct 27 01:37:14 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  10. getppid.txt

    =over =item getppid X<getppid> X<parent> X<pid> Returns the process id of the parent process. Note for Linux users: Between v5.8.1 and v5.16.0 Perl would work around non-POSIX thread semantics the ...
    perldoc.perl.org/functions/getppid.txt
    Registered: Mon Oct 27 00:43:53 UTC 2025
    - 428 bytes
    - Viewed (0)
Back to top