Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1051 - 1060 of 3,197 for filetype:txt (0.97 sec)

  1. B::Concise.txt

    package B::Concise; # Copyright (C) 2000-2003 Stephen McCamant. All rights reserved. # This program is free software; you can redistribute and/or modify it # under the same terms as Perl itself. # ...
    perldoc.perl.org/B::Concise.txt
    Registered: Fri Nov 15 14:33:52 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  2. Module::Metadata.txt

    # -*- mode: cperl; tab-width: 8; indent-tabs-mode: nil; basic-offset: 2 -*- # vim:ts=8:sw=2:et:sta:sts=2:tw=78 package Module::Metadata; # git description: v1.000037-8-g92dec6c # ABSTRACT: Gather p...
    perldoc.perl.org/Module::Metadata.txt
    Registered: Sat Nov 16 23:48:15 UTC 2024
    - 33.8K bytes
    - Viewed (0)
  3. IO::Compress::Bzip2.txt

    package IO::Compress::Bzip2 ; use strict ; use warnings; use bytes; require Exporter ; use IO::Compress::Base 2.212 ; use IO::Compress::Base::Common 2.212 qw(); use IO::Compress::Adapter::Bzip2 2.2...
    perldoc.perl.org/IO::Compress::Bzip2.txt
    Registered: Sun Nov 17 03:02:50 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Sun Nov 17 03:43:53 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  5. IPC::SysV.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::SysV.txt
    Registered: Sat Nov 16 23:57:27 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  6. File::Spec::OS2.txt

    package File::Spec::OS2; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub devnull { return "/dev/nul"; } sub case_t...
    perldoc.perl.org/File::Spec::OS2.txt
    Registered: Sat Nov 16 23:01:37 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  7. File::Spec::Epoc.txt

    package File::Spec::Epoc; use strict; our $VERSION = '3.91'; $VERSION =~ tr/_//d; require File::Spec::Unix; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Epoc - methods for Epoc file spe...
    perldoc.perl.org/File::Spec::Epoc.txt
    Registered: Sun Nov 17 02:42:25 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  8. JSON::PP::Boolean.txt

    package JSON::PP::Boolean; use strict; use warnings; use overload (); overload::unimport('overload', qw(0+ ++ -- fallback)); overload::import('overload', "0+" => sub { ${$_[0]} }, "++" => sub { $_[...
    perldoc.perl.org/JSON::PP::Boolean.txt
    Registered: Sun Nov 17 00:08:02 UTC 2024
    - 852 bytes
    - Viewed (0)
  9. Locale::Maketext::Guts.txt

    package Locale::Maketext::Guts; use Locale::Maketext; our $VERSION = '1.20'; =head1 NAME Locale::Maketext::Guts - Deprecated module to load Locale::Maketext utf8 code =head1 SYNOPSIS # Do this inst...
    perldoc.perl.org/Locale::Maketext::Guts.txt
    Registered: Sun Nov 17 02:49:37 UTC 2024
    - 451 bytes
    - Viewed (0)
  10. 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-2023 -- leonerd@leonerd.org.uk packa...
    perldoc.perl.org/IO::Socket::IP.txt
    Registered: Fri Nov 15 15:47:01 UTC 2024
    - 39.9K bytes
    - Viewed (0)
Back to top