Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 141 - 150 of 1,172 for label:perl (0.01 sec)

  1. no.txt

    =over =item no MODULE VERSION LIST X<no declarations> X<unimporting> =item no MODULE VERSION =item no MODULE LIST =item no MODULE =item no VERSION See the L<C<use>|/use Module VERSION LIST> functio...
    perldoc.perl.org/functions/no.txt
    Registered: Sun May 12 06:26:41 UTC 2024
    - 271 bytes
    - Viewed (0)
  2. untie.txt

    =over =item untie VARIABLE X<untie> Breaks the binding between a variable and a package. (See L<tie|/tie VARIABLE,CLASSNAME,LIST>.) Has no effect if the variable is not tied. =back
    perldoc.perl.org/functions/untie.txt
    Registered: Sun May 12 06:37:45 UTC 2024
    - 183 bytes
    - Viewed (0)
  3. else.txt

    =over =item else =item elsif =item for =item foreach =item if =item unless =item until =item while These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back
    perldoc.perl.org/functions/else.txt
    Registered: Sun May 12 08:18:57 UTC 2024
    - 194 bytes
    - Viewed (0)
  4. 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)
  5. perldsc.txt

    =head1 NAME X<data structure> X<complex data structure> X<struct> perldsc - Perl Data Structures Cookbook =head1 DESCRIPTION Perl lets us have complex data structures. You can write something like ...
    perldoc.perl.org/perldsc.txt
    Registered: Sat May 11 04:12:56 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top