Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 221 - 230 of 1,302 for label:perl (0.07 sec)

  1. semget.txt

    =over =item semget KEY,NSEMS,FLAGS X<semget> Calls the System V IPC function L<semget(2)>. Returns the semaphore id, or the undefined value on error. See also L<perlipc/"SysV IPC"> and the document...
    perldoc.perl.org/functions/semget.txt
    Registered: Thu Nov 28 04:51:59 UTC 2024
    - 325 bytes
    - Viewed (0)
  2. try.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/try.txt Similar Results (2)
    Registered: Thu Nov 28 07:23:43 UTC 2024
    - 184 bytes
    - Viewed (0)
  3. unless.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 194
    perldoc.perl.org/functions/unless.txt Similar Results (7)
    Registered: Thu Nov 28 08:33:15 UTC 2024
    - 194 bytes
    - Viewed (0)
  4. INIT.txt

    =over =item BEGIN =item CHECK =item END =item INIT =item UNITCHECK These compile phase keywords are documented in L<perlmod/"BEGIN, UNITCHECK, CHECK, INIT and END">. =back 178
    perldoc.perl.org/functions/INIT.txt Similar Results (4)
    Registered: Thu Nov 28 10:56:25 UTC 2024
    - 178 bytes
    - Viewed (0)
  5. lt.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 192
    perldoc.perl.org/functions/lt.txt Similar Results (12)
    Registered: Thu Nov 28 10:24:16 UTC 2024
    - 192 bytes
    - Viewed (0)
  6. DESTROY.txt

    =over =item DESTROY This method keyword is documented in L<perlobj/"Destructors">. =back 91
    perldoc.perl.org/functions/DESTROY.txt
    Registered: Thu Nov 28 09:20:28 UTC 2024
    - 91 bytes
    - Viewed (0)
  7. AUTOLOAD.txt

    =over =item AUTOLOAD This keyword is documented in L<perlsub/"Autoloading">. =back 85
    perldoc.perl.org/functions/AUTOLOAD.txt
    Registered: Thu Nov 28 09:34:50 UTC 2024
    - 85 bytes
    - Viewed (0)
  8. bignum.txt

    package bignum; 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/bignum.txt
    Registered: Thu Nov 28 16:30:58 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  9. autodie::hints.txt

    package autodie::hints; use strict; use warnings; use constant PERL58 => ( $] < 5.009 ); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Provide hints about user subr...
    perldoc.perl.org/autodie::hints.txt
    Registered: Thu Nov 28 17:33:52 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  10. builtin.txt

    package builtin 0.014; use strict; use warnings; # All code, including &import, is implemented by always-present # functions in the perl interpreter itself. # See also `builtin.c` in perl source 1;...
    perldoc.perl.org/builtin.txt
    Registered: Thu Nov 28 18:05:56 UTC 2024
    - 12.9K bytes
    - Viewed (0)
Back to top