Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 591 - 600 of 3,449 for filetype:txt (0.11 sec)

  1. 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)
  2. 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)
  3. 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)
  4. Scalar::Util.txt

    # Copyright (c) 1997-2007 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/Scalar::Util.txt
    Registered: Mon Aug 25 18:28:27 UTC 2025
    - 10.9K bytes
    - Viewed (0)
  5. 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: Tue Aug 26 07:50:15 UTC 2025
    - 59.6K bytes
    - Viewed (0)
  6. charnames.txt

    package charnames; use strict; use warnings; our $VERSION = '1.50'; use unicore::Name; # mktables-generated algorithmically-defined names use _charnames (); # The submodule for this where most of t...
    perldoc.perl.org/charnames.txt
    Registered: Tue Aug 26 06:30:43 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  7. autodie::exception.txt

    package autodie::exception; use 5.008; use strict; use warnings; use Carp qw(croak); use Scalar::Util qw(blessed); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Exc...
    perldoc.perl.org/autodie::exception.txt
    Registered: Tue Aug 26 05:30:56 UTC 2025
    - 21.8K bytes
    - Viewed (0)
  8. CPAN::Distroprefs.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use 5.006; use strict; package CPAN::Distroprefs; use vars qw($VERSION); $VERSION = '6.0001'; package CPAN::Distr...
    perldoc.perl.org/CPAN::Distroprefs.txt
    Registered: Tue Aug 26 06:11:23 UTC 2025
    - 11.7K bytes
    - Viewed (0)
  9. integer.txt

    package integer; our $VERSION = '1.01'; =head1 NAME integer - Perl pragma to use integer arithmetic instead of floating point =head1 SYNOPSIS use integer; $x = 10/3; # $x is now 3, not 3.3333333333...
    perldoc.perl.org/integer.txt
    Registered: Tue Aug 26 08:18:18 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  10. App::Prove::State::Result::Test.txt

    package App::Prove::State::Result::Test; use strict; use warnings; =head1 NAME App::Prove::State::Result::Test - Individual test results. =head1 VERSION Version 3.50 =cut our $VERSION = '3.50'; =he...
    perldoc.perl.org/App::Prove::State::Result::Test.txt
    Registered: Tue Aug 26 05:38:22 UTC 2025
    - 3.3K bytes
    - Viewed (0)
Back to top