- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 128 for host:perldoc.perl.org (0.02 sec)
-
Tie::File.txt
package Tie::File; use strict; use warnings; use Carp ':DEFAULT', 'confess'; use POSIX 'SEEK_SET'; use Fcntl 'O_CREAT', 'O_RDWR', 'LOCK_EX', 'LOCK_SH', 'O_WRONLY', 'O_RDONLY'; use constant O_ACCMOD...perldoc.perl.org/Tie::File.txtRegistered: Wed Nov 26 06:47:01 UTC 2025 - 75.6K bytes - Viewed (0) -
elseif.txt
=over =item elseif The "else if" keyword is spelled C<elsif> in Perl. There's no C<elif> or C<else if> either. It does parse C<elseif>, but only to warn you about not using it. See the documentatio...perldoc.perl.org/functions/elseif.txtRegistered: Wed Nov 26 02:35:19 UTC 2025 - 273 bytes - Viewed (0) -
if.txt
=over =item else =item elsif =item for =item foreach =item if =item unless =item until =item while These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back 194perldoc.perl.org/functions/if.txt Similar Results (3)Registered: Wed Nov 26 03:25:58 UTC 2025 - 194 bytes - Viewed (0) -
defer.txt
=over =item defer This flow-control keyword related to the experimental C<defer> feature is documented in L<perlsyn/"defer blocks">. =back 141perldoc.perl.org/functions/defer.txtRegistered: Wed Nov 26 02:27:57 UTC 2025 - 141 bytes - Viewed (0) -
ADJUST.txt
=over =item ADJUST This class-related phaser block is documented in L<perlclass>. =back 90perldoc.perl.org/functions/ADJUST.txtRegistered: Wed Nov 26 00:32:25 UTC 2025 - 90 bytes - Viewed (0) -
HTTP::Tiny.txt
# vim: ts=4 sts=4 sw=4 et: package HTTP::Tiny; use strict; use warnings; # ABSTRACT: A small, simple, correct HTTP/1.1 client our $VERSION = '0.090'; sub _croak { require Carp; Carp::croak(@_) } #p...perldoc.perl.org/HTTP::Tiny.txtRegistered: Wed Nov 26 20:39:24 UTC 2025 - 79.6K bytes - Viewed (0) -
perlclib.txt
=head1 NAME perlclib - Interacting with standard C library functions =head1 DESCRIPTION The perl interpreter is written in C; XS code also expands to C. Inevitably, this code will call some functio...perldoc.perl.org/perlclib.txtRegistered: Wed Nov 26 20:31:50 UTC 2025 - 53.3K bytes - Viewed (0) -
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.txtRegistered: Wed Nov 26 23:51:03 UTC 2025 - 47.7K bytes - Viewed (0) -
IO::Socket::IP.txt
# You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2010-2024 -- leonerd@leonerd.org.uk packa...perldoc.perl.org/IO::Socket::IP.txtRegistered: Wed Nov 26 09:30:02 UTC 2025 - 40K bytes - Viewed (0) -
Memoize.txt
# -*- mode: perl; perl-indent-level: 2; -*- # vim: ts=8 sw=2 sts=2 noexpandtab # Memoize.pm # # Copyright 1998, 1999, 2000, 2001, 2012 M. J. Dominus. # You may copy and distribute this program unde...perldoc.perl.org/Memoize.txtRegistered: Wed Nov 26 20:47:54 UTC 2025 - 31.8K bytes - Viewed (0)