Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 71 - 80 of 790 for host:perldoc.perl.org (0.02 sec)

  1. 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: Sat May 11 18:36:23 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  2. 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: Sat May 11 15:21:36 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  3. eof.txt

    =over =item eof FILEHANDLE X<eof> X<end of file> X<end-of-file> =item eof () =item eof Returns 1 if the next read on FILEHANDLE will return end of file I<or> if FILEHANDLE is not open. FILEHANDLE m...
    perldoc.perl.org/functions/eof.txt
    Registered: Sat May 11 18:23:12 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  4. 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: Sat May 11 16:01:39 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  5. last.txt

    =over =item last LABEL X<last> X<break> =item last EXPR =item last The L<C<last>|/last LABEL> command is like the C<break> statement in C (as used in loops); it immediately exits the loop in questi...
    perldoc.perl.org/functions/last.txt
    Registered: Sat May 11 17:37:31 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  6. 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: Sat May 11 19:15:00 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  7. 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: Sat May 11 17:16:29 UTC 2024
    - 398 bytes
    - Viewed (0)
  8. 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
    perldoc.perl.org/functions/link.txt
    Registered: Sat May 11 18:08:31 UTC 2024
    - 183 bytes
    - Viewed (0)
  9. closedir.txt

    =over =item closedir DIRHANDLE X<closedir> Closes a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR> and returns the success of that system call. =back
    perldoc.perl.org/functions/closedir.txt
    Registered: Sat May 11 17:08:27 UTC 2024
    - 163 bytes
    - Viewed (0)
  10. getservbyname.txt

    =over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...
    perldoc.perl.org/functions/getservbyname.txt
    Registered: Sun May 12 04:57:51 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top