Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3071 - 3080 of 5,834 for content_length:[0 TO 9999] (0.12 sec)

  1. 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: Tue Nov 05 06:35:50 UTC 2024
    - 428 bytes
    - Viewed (0)
  2. import.txt

    =over =item import LIST X<import> There is no builtin L<C<import>|/import LIST> function. It is just an ordinary method (subroutine) defined (or inherited) by modules that wish to export names to a...
    perldoc.perl.org/functions/import.txt
    Registered: Tue Nov 05 04:22:27 UTC 2024
    - 410 bytes
    - Viewed (0)
  3. 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 Nov 04 21:20:20 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  4. select.txt

    =over =item select FILEHANDLE X<select> X<filehandle, default> =item select Returns the currently selected filehandle. If FILEHANDLE is supplied, sets the new current default filehandle for output....
    perldoc.perl.org/functions/select.txt
    Registered: Mon Nov 04 21:17:33 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  5. syscall.txt

    =over =item syscall NUMBER, LIST X<syscall> X<system call> Calls the system call specified as the first element of the list, passing the remaining elements as arguments to the system call. If unimp...
    perldoc.perl.org/functions/syscall.txt
    Registered: Mon Nov 04 23:14:11 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  6. redo.txt

    =over =item redo LABEL X<redo> =item redo EXPR =item redo The L<C<redo>|/redo LABEL> command restarts the loop block without evaluating the conditional again. The L<C<continue>|/continue BLOCK> blo...
    perldoc.perl.org/functions/redo.txt
    Registered: Tue Nov 05 03:58:00 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  7. mkdir.txt

    =over =item mkdir FILENAME,MODE X<mkdir> X<md> X<directory, create> =item mkdir FILENAME =item mkdir Creates the directory specified by FILENAME, with permissions specified by MODE (as modified by ...
    perldoc.perl.org/functions/mkdir.txt
    Registered: Mon Nov 04 23:25:19 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  8. chmod.txt

    =over =item chmod LIST X<chmod> X<permission> X<mode> Changes the permissions of a list of files. The first element of the list must be the numeric mode, which should probably be an octal number, a...
    perldoc.perl.org/functions/chmod.txt
    Registered: Tue Nov 05 01:15:32 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  9. int.txt

    =over =item int EXPR X<int> X<integer> X<truncate> X<trunc> X<floor> =item int Returns the integer portion of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. You should not use this function fo...
    perldoc.perl.org/functions/int.txt
    Registered: Tue Nov 05 01:17:26 UTC 2024
    - 760 bytes
    - Viewed (0)
  10. 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: Tue Nov 05 01:07:41 UTC 2024
    - 398 bytes
    - Viewed (0)
Back to top