Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2131 - 2140 of 3,197 for filetype:txt (0.32 sec)

  1. format.txt

    =over =item format X<format> Declare a picture format for use by the L<C<write>|/write FILEHANDLE> function. For example: format Something = Test: @<<<<<<<< @||||| @>>>>> $str, $%, '$' . int($num) ...
    perldoc.perl.org/functions/format.txt
    Registered: Thu Nov 21 01:44:55 UTC 2024
    - 377 bytes
    - Viewed (0)
  2. perltooc.txt

    =encoding utf8 =head1 NAME perltooc - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlo...
    perldoc.perl.org/perltooc.txt
    Registered: Wed Nov 20 10:26:42 UTC 2024
    - 294 bytes
    - Viewed (0)
  3. 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: Thu Nov 21 07:15:20 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  4. exit.txt

    =over =item exit EXPR X<exit> X<terminate> X<abort> =item exit Evaluates EXPR and exits immediately with that value. Example: my $ans = <STDIN>; exit 0 if $ans =~ /^[Xx]/; See also L<C<die>|/die LI...
    perldoc.perl.org/functions/exit.txt
    Registered: Thu Nov 21 05:53:30 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  5. 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: Thu Nov 21 07:40:36 UTC 2024
    - 478 bytes
    - Viewed (0)
  6. __SUB__.txt

    =over =item __SUB__ X<__SUB__> A special token that returns a reference to the current subroutine, or L<C<undef>|/undef EXPR> outside of a subroutine. The behaviour of L<C<__SUB__>|/__SUB__> within...
    perldoc.perl.org/functions/__SUB__.txt
    Registered: Thu Nov 21 06:33:52 UTC 2024
    - 407 bytes
    - Viewed (0)
  7. class.txt

    =over =item class NAMESPACE =item class NAMESPACE VERSION =item class NAMESPACE BLOCK =item class NAMESPACE VERSION BLOCK Declares the BLOCK or the rest of the compilation unit as being in the give...
    perldoc.perl.org/functions/class.txt
    Registered: Thu Nov 21 08:44:04 UTC 2024
    - 374 bytes
    - Viewed (0)
  8. 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: Thu Nov 21 11:47:41 UTC 2024
    - 3.6K 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: Thu Nov 21 13:23:35 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: Thu Nov 21 09:04:35 UTC 2024
    - 732 bytes
    - Viewed (0)
Back to top