- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 321 - 330 of 2,657 for host:perldoc.perl.org (0.02 sec)
-
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) -
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.txtRegistered: Mon Jan 26 14:15:57 UTC 2026 - 56.4K bytes - Viewed (0) -
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.txtRegistered: Mon Jan 26 16:28:40 UTC 2026 - 32.4K bytes - Viewed (0) -
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.txtRegistered: Mon Jan 26 16:03:56 UTC 2026 - 26K bytes - Viewed (0) -
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.txtRegistered: Mon Jan 26 18:00:44 UTC 2026 - 20.6K bytes - Viewed (0) -
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.txtRegistered: Mon Jan 26 17:22:52 UTC 2026 - 16.7K bytes - Viewed (0) -
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.txtRegistered: Mon Jan 26 17:26:55 UTC 2026 - 12.3K bytes - Viewed (0) -
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.txtRegistered: Mon Jan 26 17:37:55 UTC 2026 - 3.2K bytes - Viewed (0) -
s - Perldoc Browser
functions / s ( source , CPAN ) # s/// The substitution operator. See "Regexp Quote-Like Operators" in perlop . Perld...perldoc.perl.org/functions/sRegistered: Mon Jan 26 13:36:43 UTC 2026 - 14.6K bytes - Viewed (0) -
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)