Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3401 - 3410 of 3,812 for filetype:txt (0.11 sec)

  1. Getopt::Std.txt

    package Getopt::Std; use strict; use warnings; require Exporter; =head1 NAME Getopt::Std - Process single-character switches with switch clustering =head1 SYNOPSIS use Getopt::Std; getopts('oif:');...
    perldoc.perl.org/Getopt::Std.txt
    Registered: Sun Apr 27 01:00:21 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  2. FileHandle.txt

    package FileHandle; use 5.006; use strict; our($VERSION, @ISA, @EXPORT, @EXPORT_OK); $VERSION = "2.05"; require IO::File; @ISA = qw(IO::File); @EXPORT = qw(_IOFBF _IOLBF _IONBF); @EXPORT_OK = qw( p...
    perldoc.perl.org/FileHandle.txt
    Registered: Sun Apr 27 00:53:30 UTC 2025
    - 6.6K bytes
    - Viewed (0)
  3. Locale::Maketext::Cookbook.txt

    # This document contains text in Perl "POD" format. # Use a POD viewer like perldoc or perlman to render it. =encoding utf-8 =head1 NAME Locale::Maketext::Cookbook - recipes for using Locale::Maket...
    perldoc.perl.org/Locale::Maketext::Cookbook.txt
    Registered: Sun Apr 27 02:58:14 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  4. IO::Seekable.txt

    # package IO::Seekable; =head1 NAME IO::Seekable - supply seek based methods for I/O objects =head1 SYNOPSIS use IO::Seekable; package IO::Something; @ISA = qw(IO::Seekable); =head1 DESCRIPTION C<I...
    perldoc.perl.org/IO::Seekable.txt
    Registered: Sun Apr 27 03:21:19 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  5. List::Util::XS.txt

    package List::Util::XS; use strict; use warnings; use List::Util; our $VERSION = "1.63"; # FIXUP $VERSION =~ tr/_//d; # FIXUP 1; __END__ =head1 NAME List::Util::XS - Indicate if List::Util was comp...
    perldoc.perl.org/List::Util::XS.txt
    Registered: Sun Apr 27 03:37:33 UTC 2025
    - 1018 bytes
    - Viewed (0)
  6. Storable.txt

    # # Copyright (c) 1995-2001, Raphael Manfredi # Copyright (c) 2002-2014 by the Perl 5 Porters # Copyright (c) 2015-2016 cPanel Inc # Copyright (c) 2017 Reini Urban # # You may redistribute only und...
    perldoc.perl.org/Storable.txt
    Registered: Sun Apr 27 11:10:10 UTC 2025
    - 49.3K bytes
    - Viewed (0)
  7. Net::FTP.txt

    # Net::FTP.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2013-2017, 2020, 2022 Steve Hay. All rights reserved. # This module is free software; you can redistribut...
    perldoc.perl.org/Net::FTP.txt
    Registered: Sun Apr 27 10:13:56 UTC 2025
    - 51.5K bytes
    - Viewed (0)
  8. Pod::Simple::Search.txt

    package Pod::Simple::Search; use strict; use warnings; our $VERSION = '3.45'; ## Current version of this package BEGIN { *DEBUG = sub () {0} unless defined &DEBUG; } # set DEBUG level use Carp (); ...
    perldoc.perl.org/Pod::Simple::Search.txt
    Registered: Sun Apr 27 11:29:13 UTC 2025
    - 34.9K bytes
    - Viewed (0)
  9. List::Util.txt

    # Copyright (c) 1997-2009 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. # # Ma...
    perldoc.perl.org/List::Util.txt
    Registered: Sun Apr 27 07:27:10 UTC 2025
    - 26.4K bytes
    - Viewed (0)
  10. Pod::Escapes.txt

    package Pod::Escapes; use strict; use warnings; use 5.006; use vars qw( %Code2USASCII %Name2character %Name2character_number %Latin1Code_to_fallback %Latin1Char_to_fallback $FAR_CHAR $FAR_CHAR_NUMB...
    perldoc.perl.org/Pod::Escapes.txt
    Registered: Sun Apr 27 12:00:33 UTC 2025
    - 17.5K bytes
    - Viewed (0)
Back to top