Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 2,621 for host:perldoc.perl.org (0.03 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: Sun Apr 13 06:18:43 UTC 2025
    - 59.6K bytes
    - Viewed (0)
  2. DBM_Filter.txt

    package DBM_Filter ; use strict; use warnings; our $VERSION = '0.06'; package Tie::Hash ; use strict; use warnings; use Carp; our %LayerStack = (); our %origDESTROY = (); our %Filters = map { $_, u...
    perldoc.perl.org/DBM_Filter.txt
    Registered: Sat Apr 12 23:05:38 UTC 2025
    - 14K bytes
    - Viewed (0)
  3. Encode::GSM0338.txt

    # # $Id: GSM0338.pm,v 2.10 2021/05/24 10:56:53 dankogai Exp $ # package Encode::GSM0338; use strict; use warnings; use Carp; use vars qw($VERSION); $VERSION = do { my @r = ( q$Revision: 2.10 $ =~ /...
    perldoc.perl.org/Encode::GSM0338.txt
    Registered: Sat Apr 12 23:25:23 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  4. 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: Sun Apr 13 01:05:22 UTC 2025
    - 11.7K bytes
    - Viewed (0)
  5. CPAN::Plugin::Specfile.txt

    =head1 NAME CPAN::Plugin::Specfile - Proof of concept implementation of a trivial CPAN::Plugin =head1 SYNOPSIS # once in the cpan shell o conf plugin_list push CPAN::Plugin::Specfile # make permane...
    perldoc.perl.org/CPAN::Plugin::Specfile.txt
    Registered: Sun Apr 13 08:53:24 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  6. CPAN::Version.txt

    package CPAN::Version; use strict; use vars qw($VERSION); $VERSION = "5.5003"; # CPAN::Version::vcmp courtesy Jost Krieger sub vcmp { my($self,$l,$r) = @_; local($^W) = 0; CPAN->debug("l[$l] r[$r]"...
    perldoc.perl.org/CPAN::Version.txt
    Registered: Sat Apr 12 22:42:29 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  7. 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.48 =cut our $VERSION = '3.48'; =he...
    perldoc.perl.org/App::Prove::State::Result::Test.txt
    Registered: Sat Apr 12 20:28:14 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  8. Digest::file.txt

    package Digest::file; use strict; use warnings; use Exporter (); use Carp qw(croak); use Digest (); our $VERSION = "1.20"; our @ISA = qw(Exporter); our @EXPORT_OK = qw(digest_file_ctx digest_file d...
    perldoc.perl.org/Digest::file.txt
    Registered: Sun Apr 13 08:32:46 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  9. perlfunc - Perl builtin functions - Perldoc Bro...

    perlfunc ( source , CPAN ) CONTENTS NAME DESCRIPTION Perl Functions by Category Portability Alphabetical Listing of P...
    perldoc.perl.org/perlfunc
    Registered: Wed Apr 16 08:56:29 UTC 2025
    - 560.8K bytes
    - Viewed (0)
  10. perlrun - how to execute the Perl interpreter -...

    perlrun ( source , CPAN ) CONTENTS NAME SYNOPSIS DESCRIPTION #! and quoting on non-Unix systems Location of Perl Comm...
    perldoc.perl.org/perlrun
    Registered: Wed Apr 16 09:19:44 UTC 2025
    - 97.5K bytes
    - Viewed (0)
Back to top