- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 321 - 330 of 2,615 for host:perldoc.perl.org (0.04 sec)
-
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.txtRegistered: Fri Nov 15 15:14:11 UTC 2024 - 56.4K bytes - Viewed (0) -
Net::NNTP.txt
# Net::NNTP.pm # # Copyright (C) 1995-1997 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it ...perldoc.perl.org/Net::NNTP.txtRegistered: Sat Nov 16 15:17:15 UTC 2024 - 32.7K bytes - Viewed (0) -
Hash::Util.txt
package Hash::Util; require 5.007003; use strict; use Carp; use warnings; no warnings 'uninitialized'; use warnings::register; no warnings 'experimental::builtin'; use builtin qw(reftype); require ...perldoc.perl.org/Hash::Util.txtRegistered: Sat Nov 16 16:01:38 UTC 2024 - 24.9K bytes - Viewed (0) -
ExtUtils::Manifest.txt
package ExtUtils::Manifest; # git description: 1.74-10-g1bddbb0 require Exporter; use Config; use File::Basename; use File::Copy 'copy'; use File::Find; use File::Spec 0.8; use Carp; use strict; us...perldoc.perl.org/ExtUtils::Manifest.txtRegistered: Sat Nov 16 10:55:58 UTC 2024 - 22.9K bytes - Viewed (0) -
File::Spec::Mac.txt
package File::Spec::Mac; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub case_tolerant { 1 } =head1 NAME File::Spe...perldoc.perl.org/File::Spec::Mac.txtRegistered: Sat Nov 16 16:23:53 UTC 2024 - 21.8K bytes - Viewed (0) -
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.txtRegistered: Sat Nov 16 11:38:37 UTC 2024 - 14K bytes - Viewed (0) -
Encode::Alias.txt
package Encode::Alias; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.25 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; u...perldoc.perl.org/Encode::Alias.txtRegistered: Sat Nov 16 06:31:51 UTC 2024 - 12.4K bytes - Viewed (0) -
ExtUtils::Command.txt
package ExtUtils::Command; use 5.00503; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f test_d chmod dos2unix);...perldoc.perl.org/ExtUtils::Command.txtRegistered: Sat Nov 16 10:17:12 UTC 2024 - 7.6K bytes - Viewed (0) -
IO::Socket::UNIX.txt
# IO::Socket::UNIX.pm # # Copyright (c) 1997-8 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 a...perldoc.perl.org/IO::Socket::UNIX.txtRegistered: Sat Nov 16 16:16:52 UTC 2024 - 3.9K bytes - Viewed (0) -
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.txtRegistered: Sat Nov 16 07:17:22 UTC 2024 - 1.7K bytes - Viewed (0)