Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 2,612 for host:perldoc.perl.org (0.03 sec)

  1. if.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/if.txt Similar Results (7)
    Registered: Fri Nov 07 17:41:31 UTC 2025
    - 194 bytes
    - Viewed (0)
  2. defer.txt

    =over =item defer This flow-control keyword related to the experimental C<defer> feature is documented in L<perlsyn/"defer blocks">. =back 141
    perldoc.perl.org/functions/defer.txt
    Registered: Fri Nov 07 14:27:34 UTC 2025
    - 141 bytes
    - Viewed (0)
  3. xor.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/xor.txt Similar Results (12)
    Registered: Fri Nov 07 19:06:52 UTC 2025
    - 192 bytes
    - Viewed (0)
  4. m.txt

    =over =item m// The match operator. See L<perlop/"Regexp Quote-Like Operators">. =back 90
    perldoc.perl.org/functions/m.txt
    Registered: Fri Nov 07 18:46:20 UTC 2025
    - 90 bytes
    - Viewed (0)
  5. perlvms.txt

    =head1 NAME perlvms - VMS-specific documentation for Perl =head1 DESCRIPTION Gathered below are notes describing details of Perl 5's behavior on VMS. They are a supplement to the regular Perl 5 doc...
    perldoc.perl.org/perlvms.txt
    Registered: Sun Nov 09 00:48:44 UTC 2025
    - 49.6K bytes
    - Viewed (0)
  6. perliol.txt

    =head1 NAME perliol - C API for Perl's implementation of IO in Layers. =head1 SYNOPSIS /* Defining a layer ... */ #include <perliol.h> =head1 DESCRIPTION This document describes the behavior and im...
    perldoc.perl.org/perliol.txt
    Registered: Sat Nov 08 23:12:16 UTC 2025
    - 34.7K bytes
    - Viewed (0)
  7. perl588delta.txt

    =encoding utf8 =head1 NAME perl588delta - what is new for perl v5.8.8 =head1 DESCRIPTION This document describes differences between the 5.8.7 release and the 5.8.8 release. =head1 Incompatible Cha...
    perldoc.perl.org/perl588delta.txt Similar Results (1)
    Registered: Sat Nov 08 22:54:02 UTC 2025
    - 24.7K bytes
    - Viewed (0)
  8. charnames.txt

    package charnames; use strict; use warnings; our $VERSION = '1.50'; use unicore::Name; # mktables-generated algorithmically-defined names use _charnames (); # The submodule for this where most of t...
    perldoc.perl.org/charnames.txt
    Registered: Sun Nov 09 04:40:33 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  9. IO::Handle.txt

    package IO::Handle; =head1 NAME IO::Handle - supply object methods for I/O handles =head1 SYNOPSIS use IO::Handle; my $io = IO::Handle->new(); if ($io->fdopen(fileno(STDIN),"r")) { print $io->getli...
    perldoc.perl.org/IO::Handle.txt
    Registered: Sun Nov 09 06:32:02 UTC 2025
    - 16.7K bytes
    - Viewed (0)
  10. File::Glob.txt

    package File::Glob; use strict; our($DEFAULT_FLAGS); require XSLoader; # NOTE: The glob() export is only here for compatibility with 5.6.0. # csh_glob() should not be used directly, unless you know...
    perldoc.perl.org/File::Glob.txt
    Registered: Sun Nov 09 05:03:26 UTC 2025
    - 12.3K bytes
    - Viewed (0)
Back to top