Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. perldocstyle - A style guide for writing Perl's...

    perldocstyle ( source , CPAN ) CONTENTS NAME DESCRIPTION Purpose of this guide Intended audience Status of this docum...
    perldoc.perl.org/perldocstyle
    Registered: Mon Jan 26 12:10:46 UTC 2026
    - 79.5K bytes
    - Viewed (0)
  10. perldebtut - Perl debugging tutorial - Perldoc ...

    perldebtut ( source , CPAN ) CONTENTS NAME DESCRIPTION use strict Looking at data and -w and v help Stepping through ...
    perldoc.perl.org/perldebtut
    Registered: Mon Jan 26 12:09:13 UTC 2026
    - 43.2K bytes
    - Viewed (0)
Back to top