Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. perlfork - Perl's fork() emulation - Perldoc Br...

    perlfork ( source , CPAN ) CONTENTS NAME SYNOPSIS DESCRIPTION Behavior of other Perl features in forked pseudo-proces...
    perldoc.perl.org/perlfork
    Registered: Mon Jan 26 12:09:21 UTC 2026
    - 32.6K bytes
    - Viewed (0)
  10. perl5384delta - what is new for perl v5.38.4 - ...

    perl5384delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Security [CVE-2024-56406] Heap buffer overflow vulnerabilit...
    perldoc.perl.org/perl5384delta
    Registered: Mon Jan 26 12:09:32 UTC 2026
    - 21.4K bytes
    - Viewed (0)
Back to top