- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1041 - 1050 of 2,621 for host:perldoc.perl.org (0.03 sec)
-
File::Spec::Cygwin.txt
package File::Spec::Cygwin; use strict; require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Cygwin - methods for Cygwin fi...perldoc.perl.org/File::Spec::Cygwin.txtRegistered: Mon Apr 14 00:16:22 UTC 2025 - 3.5K bytes - Viewed (0) -
File::Spec::AmigaOS.txt
package File::Spec::AmigaOS; use strict; require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::AmigaOS - File::Spec for Amig...perldoc.perl.org/File::Spec::AmigaOS.txtRegistered: Sun Apr 13 23:40:25 UTC 2025 - 982 bytes - Viewed (0) -
Encode::MIME::Name.txt
package Encode::MIME::Name; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 1.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; # NOTE: This table must be 1:1 mapping our %MI...perldoc.perl.org/Encode::MIME::Name.txtRegistered: Sat Apr 12 21:55:01 UTC 2025 - 3.7K bytes - Viewed (0) -
DynaLoader.txt
# Generated from DynaLoader_pm.PL, this file is unique for every OS use strict; package DynaLoader; # And Gandalf said: 'Many folk like to know beforehand what is to # be set on the table; but thos...perldoc.perl.org/DynaLoader.txtRegistered: Sun Apr 13 09:44:29 UTC 2025 - 25.4K bytes - Viewed (0) -
ExtUtils::Constant::XS.txt
package ExtUtils::Constant::XS; use strict; use vars qw($VERSION %XS_Constant %XS_TypeSet @ISA @EXPORT_OK $is_perl56); use Carp; use ExtUtils::Constant::Utils 'perl_stringify'; require ExtUtils::Co...perldoc.perl.org/ExtUtils::Constant::XS.txtRegistered: Sun Apr 13 13:20:26 UTC 2025 - 6.2K bytes - Viewed (0) -
ExtUtils::MM_Darwin.txt
package ExtUtils::MM_Darwin; use strict; use warnings; BEGIN { require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Unix ); } our $VERSION = '7.70'; $VERSION =~ tr/_//d; =head1 NAME ExtUtils::MM_...perldoc.perl.org/ExtUtils::MM_Darwin.txtRegistered: Sun Apr 13 14:43:14 UTC 2025 - 1.4K bytes - Viewed (0) -
IO::Uncompress::RawInflate.txt
package IO::Uncompress::RawInflate ; # for RFC1951 use strict ; use warnings; use bytes; use Compress::Raw::Zlib 2.212 ; use IO::Compress::Base::Common 2.212 qw(:Status ); use IO::Uncompress::Base ...perldoc.perl.org/IO::Uncompress::RawInflate.txtRegistered: Sun Apr 13 22:49:37 UTC 2025 - 31.7K bytes - Viewed (0) -
IO::Uncompress::AnyUncompress.txt
package IO::Uncompress::AnyUncompress ; use strict; use warnings; use bytes; use IO::Compress::Base::Common 2.212 (); use IO::Uncompress::Base 2.212 ; require Exporter ; our ($VERSION, @ISA, @EXPOR...perldoc.perl.org/IO::Uncompress::AnyUncompress.txtRegistered: Sun Apr 13 20:01:02 UTC 2025 - 30.9K bytes - Viewed (0) -
IO::Dir.txt
# IO::Dir.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 as Perl it...perldoc.perl.org/IO::Dir.txtRegistered: Sun Apr 13 20:53:39 UTC 2025 - 5.2K bytes - Viewed (0) -
MIME::QuotedPrint.txt
package MIME::QuotedPrint; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(encode_qp decode_qp); our $VERSION = '3.16_01'; use MIME::Base64; # will load XS ver...perldoc.perl.org/MIME::QuotedPrint.txtRegistered: Sun Apr 13 21:13:42 UTC 2025 - 3.2K bytes - Viewed (0)