Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1421 - 1430 of 2,636 for host:perldoc.perl.org (0.06 sec)

  1. 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: Wed Jul 09 06:52:19 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  2. 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: Wed Jul 09 05:15:56 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  3. dump.txt

    =over =item dump LABEL X<dump> X<core> X<undump> =item dump EXPR =item dump This function causes an immediate core dump. See also the B<-u> command-line switch in L<perlrun|perlrun/-u>, which does ...
    perldoc.perl.org/functions/dump.txt
    Registered: Wed Jul 09 04:58:54 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  4. truncate.txt

    =over =item truncate FILEHANDLE,LENGTH X<truncate> =item truncate EXPR,LENGTH Truncates the file opened on FILEHANDLE, or named by EXPR, to the specified length. Raises an exception if truncate isn...
    perldoc.perl.org/functions/truncate.txt
    Registered: Wed Jul 09 08:50:55 UTC 2025
    - 573 bytes
    - Viewed (0)
  5. 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: Wed Jul 09 06:44:19 UTC 2025
    - 398 bytes
    - Viewed (0)
  6. import.txt

    =over =item import LIST X<import> There is no builtin C<import> function. It is just an ordinary method (subroutine) defined (or inherited) by modules that wish to export names to another module. T...
    perldoc.perl.org/functions/import.txt
    Registered: Wed Jul 09 08:41:30 UTC 2025
    - 378 bytes
    - Viewed (0)
  7. msgget.txt

    =over =item msgget KEY,FLAGS X<msgget> Calls the System V IPC function L<msgget(2)>. Returns the message queue id, or L<C<undef>|/undef EXPR> on error. See also L<perlipc/"SysV IPC"> and the docume...
    perldoc.perl.org/functions/msgget.txt
    Registered: Wed Jul 09 07:53:58 UTC 2025
    - 315 bytes
    - Viewed (0)
  8. getpeername.txt

    =over =item getpeername SOCKET X<getpeername> X<peer> Returns the packed sockaddr address of the other end of the SOCKET connection. use Socket; my $hersockaddr = getpeername($sock); my ($port, $ia...
    perldoc.perl.org/functions/getpeername.txt
    Registered: Wed Jul 09 06:19:21 UTC 2025
    - 356 bytes
    - Viewed (0)
  9. 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: Wed Jul 09 09:03:48 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  10. ref.txt

    =over =item ref EXPR X<ref> X<reference> =item ref Examines the value of EXPR, expecting it to be a reference, and returns a string giving information about the reference and the type of referent. ...
    perldoc.perl.org/functions/ref.txt
    Registered: Wed Jul 09 11:40:51 UTC 2025
    - 2.9K bytes
    - Viewed (0)
Back to top