Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1431 - 1440 of 3,812 for filetype:txt (0.04 sec)

  1. 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: Sat Apr 19 05:47:37 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  2. prototype.txt

    =over =item prototype FUNCTION X<prototype> =item prototype Returns the prototype of a function as a string (or L<C<undef>|/undef EXPR> if the function has no prototype). FUNCTION is a reference to...
    perldoc.perl.org/functions/prototype.txt
    Registered: Sat Apr 19 10:45:12 UTC 2025
    - 745 bytes
    - Viewed (0)
  3. gmtime.txt

    =over =item gmtime EXPR X<gmtime> X<UTC> X<Greenwich> =item gmtime Works just like L<C<localtime>|/localtime EXPR>, but the returned values are localized for the standard Greenwich time zone. Note:...
    perldoc.perl.org/functions/gmtime.txt
    Registered: Sat Apr 19 11:36:43 UTC 2025
    - 379 bytes
    - Viewed (0)
  4. __LINE__.txt

    =over =item __LINE__ X<__LINE__> A special token that compiles to the current line number. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 187
    perldoc.perl.org/functions/__LINE__.txt
    Registered: Sat Apr 19 09:39:15 UTC 2025
    - 187 bytes
    - Viewed (0)
  5. 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: Sat Apr 19 08:32:35 UTC 2025
    - 271 bytes
    - Viewed (0)
  6. 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 Apr 19 13:41:52 UTC 2025
    - 616 bytes
    - Viewed (0)
  7. 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 Apr 19 14:18:40 UTC 2025
    - 478 bytes
    - Viewed (0)
  8. 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 Apr 19 13:34:52 UTC 2025
    - 233 bytes
    - Viewed (0)
  9. encoding.txt

    # $Id: encoding.pm,v 3.00 2020/04/19 10:56:28 dankogai Exp $ package encoding; our $VERSION = sprintf "%d.%02d", q$Revision: 3.00 $ =~ /(\d+)/g; use Encode; use strict; use warnings; use Config; us...
    perldoc.perl.org/encoding.txt
    Registered: Sun Apr 20 00:16:38 UTC 2025
    - 22.4K bytes
    - Viewed (0)
  10. CPAN::Meta::History::Meta_1_3.txt

    =for :stopwords MailingList PODs RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_3 - Version 1.3 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_3.txt
    Registered: Sun Apr 20 00:53:15 UTC 2025
    - 18.1K bytes
    - Viewed (0)
Back to top