Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 211 - 220 of 6,340 for content_length:[0 TO 9999] (0.54 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: Mon Oct 27 14:30:51 UTC 2025
    - 325 bytes
    - Viewed (0)
  2. 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: Mon Oct 27 21:40:57 UTC 2025
    - 194 bytes
    - Viewed (0)
  3. 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: Mon Oct 27 22:36:16 UTC 2025
    - 178 bytes
    - Viewed (0)
  4. ne.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/ne.txt Similar Results (12)
    Registered: Mon Oct 27 21:18:33 UTC 2025
    - 192 bytes
    - Viewed (0)
  5. DESTROY.txt

    =over =item DESTROY This method keyword is documented in L<perlobj/"Destructors">. =back 91
    perldoc.perl.org/functions/DESTROY.txt
    Registered: Mon Oct 27 19:46:47 UTC 2025
    - 91 bytes
    - Viewed (0)
  6. 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: Mon Oct 27 23:35:40 UTC 2025
    - 184 bytes
    - Viewed (0)
  7. CORE.txt

    =head1 NAME CORE - Namespace for Perl's core routines =head1 SYNOPSIS BEGIN { *CORE::GLOBAL::hex = sub { 1; }; } print hex("0x50"),"\n"; # prints 1 print CORE::hex("0x50"),"\n"; # prints 80 CORE::s...
    perldoc.perl.org/CORE.txt
    Registered: Tue Oct 28 05:04:55 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  8. B::Terse.txt

    package B::Terse; our $VERSION = '1.09'; use strict; use B qw(class @specialsv_name); use B::Concise qw(concise_subref set_style_standard); use Carp; sub terse { my ($order, $subref) = @_; set_styl...
    perldoc.perl.org/B::Terse.txt
    Registered: Tue Oct 28 04:54:25 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  9. CPAN::Meta::Merge.txt

    use strict; use warnings; package CPAN::Meta::Merge; our $VERSION = '2.150010'; use Carp qw/croak/; use Scalar::Util qw/blessed/; use CPAN::Meta::Converter 2.141170; sub _is_identical { my ($left, ...
    perldoc.perl.org/CPAN::Meta::Merge.txt
    Registered: Tue Oct 28 12:31:33 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  10. CPAN::Queue.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- use strict; package CPAN::Queue::Item; # CPAN::Queue::Item::new ; sub new { my($class,@attr) = @_; my $self = bless { @attr }, $class; re...
    perldoc.perl.org/CPAN::Queue.txt
    Registered: Tue Oct 28 18:15:17 UTC 2025
    - 7K bytes
    - Viewed (0)
Back to top