- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 391 - 400 of 2,612 for host:perldoc.perl.org (0.04 sec)
-
sleep - Perldoc Browser
functions / sleep ( source , CPAN ) # sleep EXPR # sleep Causes the script to sleep for (integer) EXPR seconds, or fo...perldoc.perl.org/functions/sleepRegistered: Fri Dec 05 14:21:14 UTC 2025 - 17K 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: Fri Dec 05 16:10:30 UTC 2025 - 16.7K bytes - Viewed (0) -
h2xs - convert .h C header files to Perl extens...
h2xs ( source , CPAN ) CONTENTS NAME SYNOPSIS DESCRIPTION OPTIONS EXAMPLES Extension based on .h and .c files ENVIRON...perldoc.perl.org/h2xsRegistered: Fri Dec 05 13:37:36 UTC 2025 - 35.2K 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: Fri Dec 05 16:14:36 UTC 2025 - 12.3K bytes - Viewed (0) -
perlfaq2.txt
=pod =encoding UTF-8 =head1 NAME perlfaq2 - Obtaining and Learning about Perl =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section of the FAQ answers questions about where to find sour...perldoc.perl.org/perlfaq2.txtRegistered: Fri Dec 05 15:30:22 UTC 2025 - 10.3K bytes - Viewed (0) -
perltrap.txt
=head1 NAME perltrap - Perl traps for the unwary =head1 DESCRIPTION The biggest trap of all is forgetting to C<use warnings> or use the B<-w> switch; see L<warnings> and L<perlrun/-w>. The second b...perldoc.perl.org/perltrap.txtRegistered: Fri Dec 05 21:53:21 UTC 2025 - 10.4K 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: Fri Dec 05 14:24:34 UTC 2025 - 14.5K bytes - Viewed (0) -
foreach - Perldoc Browser
functions / foreach ( source , CPAN ) # else # elsif # for # foreach # if # unless # until # while These flow-control...perldoc.perl.org/functions/foreach Similar Results (6)Registered: Fri Dec 05 14:24:55 UTC 2025 - 15.7K 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: Fri Dec 05 14:25:27 UTC 2025 - 15.4K 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: Fri Dec 05 18:39:19 UTC 2025 - 3.2K bytes - Viewed (0)