- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 581 - 590 of 3,449 for filetype:txt (0.07 sec)
-
pl2pm.txt
#!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell =head1 NAME pl2pm - Rough tool...perldoc.perl.org/pl2pm.txtRegistered: Mon Aug 25 17:08:19 UTC 2025 - 4.5K bytes - Viewed (0) -
json_pp.txt
#!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl BEGIN { pop @I...perldoc.perl.org/json_pp.txtRegistered: Mon Aug 25 14:43:43 UTC 2025 - 4.9K bytes - Viewed (0) -
pod2usage.txt
#!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec perl -S $0 "$@"' if 0; ########## # pod2usage -- command to print usage messages from embedded pod docs # # Copyright (c) 1996-2000 ...perldoc.perl.org/pod2usage.txtRegistered: Mon Aug 25 15:40:49 UTC 2025 - 4K bytes - Viewed (0) -
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: Tue Aug 26 01:11:58 UTC 2025 - 75.6K 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: Mon Aug 25 20:23:35 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: Tue Aug 26 03:44:25 UTC 2025 - 53.3K 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 Aug 25 19:54:30 UTC 2025 - 56.4K 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: Mon Aug 25 23:51:13 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: Tue Aug 26 00:13:49 UTC 2025 - 31.8K bytes - Viewed (0) -
DBM_Filter.txt
package DBM_Filter ; use strict; use warnings; our $VERSION = '0.07'; package Tie::Hash ; use Carp; our %LayerStack = (); our %origDESTROY = (); our %Filters = map { $_, undef } qw( Fetch_Key Fetch...perldoc.perl.org/DBM_Filter.txtRegistered: Mon Aug 25 21:47:32 UTC 2025 - 14K bytes - Viewed (0)