Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2821 - 2830 of 3,598 for filetype:txt (0.42 sec)

  1. waitpid.txt

    =over =item waitpid PID,FLAGS X<waitpid> Waits for a particular child process to terminate and returns the pid of the deceased process, or C<-1> if there is no such child process. A non-blocking wa...
    perldoc.perl.org/functions/waitpid.txt
    Registered: Tue Nov 25 09:11:35 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  2. 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 25 09:50:48 UTC 2025
    - 428 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: Tue Nov 25 07:37:28 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: Tue Nov 25 12:16:49 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  5. 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: Tue Nov 25 12:42:02 UTC 2025
    - 378 bytes
    - Viewed (0)
  6. 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: Tue Nov 25 14:45:10 UTC 2025
    - 315 bytes
    - Viewed (0)
  7. 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: Tue Nov 25 13:59:37 UTC 2025
    - 356 bytes
    - Viewed (0)
  8. getlogin.txt

    =over =item getlogin X<getlogin> X<login> This implements the C library function of the same name, which on most systems returns the current login from F</etc/utmp>, if any. If it returns the empty...
    perldoc.perl.org/functions/getlogin.txt
    Registered: Tue Nov 25 23:11:16 UTC 2025
    - 449 bytes
    - Viewed (0)
  9. Test2::Event::Skip.txt

    package Test2::Event::Skip; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::Event::Ok; our @ISA = qw(Test2::Event::Ok) } use Test2::Util::HashBase qw{reason}; sub init {...
    perldoc.perl.org/Test2::Event::Skip.txt
    Registered: Mon Dec 01 17:57:29 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  10. Test::Builder::Module.txt

    package Test::Builder::Module; use strict; use Test::Builder; require Exporter; our @ISA = qw(Exporter); our $VERSION = '1.302210'; =head1 NAME Test::Builder::Module - Base class for test modules =...
    perldoc.perl.org/Test::Builder::Module.txt
    Registered: Tue Dec 02 04:10:53 UTC 2025
    - 4K bytes
    - Viewed (0)
Back to top