- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 191 - 200 of 1,301 for label:perl (0.09 sec)
-
perl5125delta.txt
=encoding utf8 =head1 NAME perl5125delta - what is new for perl v5.12.5 =head1 DESCRIPTION This document describes differences between the 5.12.4 release and the 5.12.5 release. If you are upgradin...perldoc.perl.org/perl5125delta.txtRegistered: Sat Dec 06 01:25:18 UTC 2025 - 7.5K 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) -
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) -
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) -
perlpacktut.txt
=head1 NAME perlpacktut - tutorial on C<pack> and C<unpack> =head1 DESCRIPTION C<pack> and C<unpack> are two functions for transforming data according to a user-defined template, between the guarde...perldoc.perl.org/perlpacktut.txtRegistered: Sat Dec 06 01:42:30 UTC 2025 - 50.2K bytes - Viewed (0) -
perlhack.txt
=encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlhack.pod =head1 NAME perlhack - How to hack on Perl =head1 DESCRIPTION This document ...perldoc.perl.org/perlhack.txtRegistered: Sat Dec 06 08:07:55 UTC 2025 - 44K bytes - Viewed (0) -
perl5101delta.txt
=head1 NAME perl5101delta - what is new for perl v5.10.1 =head1 DESCRIPTION This document describes differences between the 5.10.0 release and the 5.10.1 release. If you are upgrading from an earli...perldoc.perl.org/perl5101delta.txtRegistered: Sat Dec 06 18:12:26 UTC 2025 - 42.9K bytes - Viewed (0) -
perliol.txt
=head1 NAME perliol - C API for Perl's implementation of IO in Layers. =head1 SYNOPSIS /* Defining a layer ... */ #include <perliol.h> =head1 DESCRIPTION This document describes the behavior and im...perldoc.perl.org/perliol.txtRegistered: Sat Dec 06 16:06:40 UTC 2025 - 34.7K bytes - Viewed (0)