Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 581 - 590 of 3,449 for filetype:txt (0.09 sec)

  1. 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.txt
    Registered: Mon Aug 25 17:08:19 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  2. 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.txt
    Registered: Mon Aug 25 14:43:43 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Mon Aug 25 15:40:49 UTC 2025
    - 4K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Tue Aug 26 01:11:58 UTC 2025
    - 75.6K bytes
    - Viewed (0)
  5. 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.txt
    Registered: Mon Aug 25 20:23:35 UTC 2025
    - 79.6K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Tue Aug 26 03:44:25 UTC 2025
    - 53.3K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Mon Aug 25 19:54:30 UTC 2025
    - 56.4K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Mon Aug 25 23:51:13 UTC 2025
    - 40K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Tue Aug 26 00:13:49 UTC 2025
    - 31.8K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Mon Aug 25 21:47:32 UTC 2025
    - 14K bytes
    - Viewed (0)
Back to top