Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1131 - 1140 of 3,443 for filetype:txt (0.08 sec)

  1. __CLASS__.txt

    =over =item __CLASS__ X<__CLASS__> Invoked within a L<C<method>|/method NAME BLOCK>, or similar location, such as a field initializer expression, this token returns the name of the class of the inv...
    perldoc.perl.org/functions/__CLASS__.txt
    Registered: Mon Oct 27 14:23:31 UTC 2025
    - 909 bytes
    - Viewed (0)
  2. 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: Mon Oct 27 17:52:57 UTC 2025
    - 762 bytes
    - Viewed (0)
  3. 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: Mon Oct 27 17:35:45 UTC 2025
    - 616 bytes
    - Viewed (0)
  4. 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: Mon Oct 27 16:11:47 UTC 2025
    - 379 bytes
    - Viewed (0)
  5. 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: Mon Oct 27 17:30:17 UTC 2025
    - 233 bytes
    - Viewed (0)
  6. finally.txt

    =over =item try =item catch =item finally These flow-control keywords related to the experimental C<try> feature are documented in L<perlsyn/"Try Catch Exception Handling">. =back 184
    perldoc.perl.org/functions/finally.txt Similar Results (2)
    Registered: Mon Oct 27 15:06:38 UTC 2025
    - 184 bytes
    - Viewed (0)
  7. 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: Mon Oct 27 18:23:18 UTC 2025
    - 244 bytes
    - Viewed (0)
  8. diagnostics.txt

    package diagnostics; =head1 NAME diagnostics, splain - produce verbose warning diagnostics =head1 SYNOPSIS Using the C<diagnostics> pragma: use diagnostics; use diagnostics -verbose; diagnostics->e...
    perldoc.perl.org/diagnostics.txt
    Registered: Tue Oct 28 00:49:02 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  9. autodie::skip.txt

    package autodie::skip; use strict; use warnings; our $VERSION = '2.37'; # VERSION # This package exists purely so people can inherit from it, # which isn't at all how roles are supposed to work, bu...
    perldoc.perl.org/autodie::skip.txt
    Registered: Tue Oct 28 01:29:01 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  10. B::Op_private.txt

    # -*- mode: Perl; buffer-read-only: t -*- # # lib/B/Op_private.pm # # Copyright (C) 2014 by Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License o...
    perldoc.perl.org/B::Op_private.txt
    Registered: Tue Oct 28 04:47:33 UTC 2025
    - 41.7K bytes
    - Viewed (0)
Back to top