Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 321 - 330 of 2,657 for host:perldoc.perl.org (0.03 sec)

  1. perlrecharclass.txt

    =head1 NAME X<character class> perlrecharclass - Perl Regular Expression Character Classes =head1 DESCRIPTION The top level documentation about Perl regular expressions is found in L<perlre>. This ...
    perldoc.perl.org/perlrecharclass.txt Similar Results (1)
    Registered: Mon Jan 26 18:55:28 UTC 2026
    - 47.7K bytes
    - Viewed (0)
  2. warnings.txt

    # -*- mode: Perl; buffer-read-only: t -*- # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is built by regen/warnings.pl. # Any changes made here will be lost! package warnings; our $VERSION = "...
    perldoc.perl.org/warnings.txt
    Registered: Mon Jan 26 14:15:57 UTC 2026
    - 56.4K bytes
    - Viewed (0)
  3. perlrebackslash.txt

    =head1 NAME perlrebackslash - Perl Regular Expression Backslash Sequences and Escapes =head1 DESCRIPTION The top level documentation about Perl regular expressions is found in L<perlre>. This docum...
    perldoc.perl.org/perlrebackslash.txt
    Registered: Mon Jan 26 16:28:40 UTC 2026
    - 32.4K bytes
    - Viewed (0)
  4. perlmod.txt

    =head1 NAME perlmod - Perl modules (packages and symbol tables) =head1 DESCRIPTION =head2 Is this the document you were after? There are other documents which might contain the information that you...
    perldoc.perl.org/perlmod.txt
    Registered: Mon Jan 26 16:03:56 UTC 2026
    - 26K bytes
    - Viewed (0)
  5. 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: Mon Jan 26 18:00:44 UTC 2026
    - 20.6K bytes
    - Viewed (0)
  6. 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: Mon Jan 26 17:22:52 UTC 2026
    - 16.7K bytes
    - Viewed (0)
  7. 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: Mon Jan 26 17:26:55 UTC 2026
    - 12.3K bytes
    - Viewed (0)
  8. integer.txt

    package integer; our $VERSION = '1.01'; =head1 NAME integer - Perl pragma to use integer arithmetic instead of floating point =head1 SYNOPSIS use integer; $x = 10/3; # $x is now 3, not 3.3333333333...
    perldoc.perl.org/integer.txt
    Registered: Mon Jan 26 17:37:55 UTC 2026
    - 3.2K bytes
    - Viewed (0)
  9. s - Perldoc Browser

    functions / s ( source , CPAN ) # s/// The substitution operator. See "Regexp Quote-Like Operators" in perlop . Perld...
    perldoc.perl.org/functions/s
    Registered: Mon Jan 26 13:36:43 UTC 2026
    - 14.6K bytes
    - Viewed (0)
  10. finally - Perldoc Browser

    functions / finally ( source , CPAN ) # try # catch # finally These flow-control keywords related to the experimental...
    perldoc.perl.org/functions/finally Similar Results (2)
    Registered: Mon Jan 26 13:36:48 UTC 2026
    - 15.5K bytes
    - Viewed (0)
Back to top