Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  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: Mon Oct 27 18:23:18 UTC 2025
    - 244 bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. bigfloat.txt

    package bigfloat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw...
    perldoc.perl.org/bigfloat.txt
    Registered: Tue Oct 28 02:06:19 UTC 2025
    - 21.4K bytes
    - Viewed (0)
  10. bytes.txt

    package bytes 1.09; use v5.38; BEGIN { $bytes::hint_bits = 0x0000_0008 } sub import { $^H |= $bytes::hint_bits } sub unimport { $^H &= ~$bytes::hint_bits } sub chr :prototype(_) { BEGIN { import() ...
    perldoc.perl.org/bytes.txt
    Registered: Tue Oct 28 01:42:25 UTC 2025
    - 3.8K bytes
    - Viewed (0)
Back to top