Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 91 - 100 of 1,184 for filetype:txt (0.01 sec)

  1. ge.txt

    =over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back
    perldoc.perl.org/functions/ge.txt
    Registered: Sun May 12 08:14:43 UTC 2024
    - 192 bytes
    - Viewed (0)
  2. getnetbyaddr.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/getnetbyaddr.txt
    Registered: Sat May 11 23:35:48 UTC 2024
    - 7K bytes
    - Viewed (0)
  3. system.txt

    =over =item system LIST X<system> X<shell> =item system PROGRAM LIST Does exactly the same thing as L<C<exec>|/exec LIST>, except that a fork is done first and the parent process waits for the chil...
    perldoc.perl.org/functions/system.txt
    Registered: Sat May 11 23:13:51 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  4. kill.txt

    =over =item kill SIGNAL, LIST =item kill SIGNAL X<kill> X<signal> Sends a signal to a list of processes. Returns the number of arguments that were successfully used to signal (which is not necessar...
    perldoc.perl.org/functions/kill.txt
    Registered: Sun May 12 01:22:36 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  5. semctl.txt

    =over =item semctl ID,SEMNUM,CMD,ARG X<semctl> Calls the System V IPC function L<semctl(2)>. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is IPC_...
    perldoc.perl.org/functions/semctl.txt
    Registered: Sun May 12 00:15:33 UTC 2024
    - 762 bytes
    - Viewed (0)
  6. send.txt

    =over =item send SOCKET,MSG,FLAGS,TO X<send> =item send SOCKET,MSG,FLAGS Sends a message on a socket. Attempts to send the scalar MSG to the SOCKET filehandle. Takes the same flags as the system ca...
    perldoc.perl.org/functions/send.txt
    Registered: Sat May 11 22:42:50 UTC 2024
    - 732 bytes
    - Viewed (1)
  7. msgctl.txt

    =over =item msgctl ID,CMD,ARG X<msgctl> Calls the System V IPC function L<msgctl(2)>. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is C<IPC_STAT>...
    perldoc.perl.org/functions/msgctl.txt
    Registered: Sat May 11 23:59:13 UTC 2024
    - 616 bytes
    - Viewed (0)
  8. getpgrp.txt

    =over =item getpgrp PID X<getpgrp> X<group> Returns the current process group for the specified PID. Use a PID of C<0> to get the current process group for the current process. Will raise an except...
    perldoc.perl.org/functions/getpgrp.txt
    Registered: Sat May 11 23:00:36 UTC 2024
    - 510 bytes
    - Viewed (0)
  9. listen.txt

    =over =item listen SOCKET,QUEUESIZE X<listen> Does the same thing that the L<listen(2)> system call does. Returns true if it succeeded, false otherwise. See the example in L<perlipc/"Sockets: Clien...
    perldoc.perl.org/functions/listen.txt
    Registered: Sat May 11 23:52:57 UTC 2024
    - 233 bytes
    - Viewed (0)
  10. perlfaq7.txt

    =head1 NAME perlfaq7 - General Perl Language Issues =head1 VERSION version 5.20210520 =head1 DESCRIPTION This section deals with general Perl language issues that don't clearly fit into any of the ...
    perldoc.perl.org/perlfaq7.txt
    Registered: Sun May 12 15:28:21 UTC 2024
    - 36.9K bytes
    - Viewed (0)
Back to top