- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 21 - 30 of 1,302 for label:perl (0.04 sec)
-
IO::Socket::INET.txt
# IO::Socket::INET.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::INET.txtRegistered: Sat Nov 16 16:08:52 UTC 2024 - 12.5K bytes - Viewed (0) -
Net::Netrc.txt
# Net::Netrc.pm # # Copyright (C) 1995-1998 Graham Barr. All rights reserved. # Copyright (C) 2013-2014, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it...perldoc.perl.org/Net::Netrc.txtRegistered: Sat Nov 16 17:07:45 UTC 2024 - 8K bytes - Viewed (0) -
Perl::OSType.txt
use strict; use warnings; package Perl::OSType; # ABSTRACT: Map Perl operating system names to generic types our $VERSION = '1.010'; require Exporter; our @ISA = qw(Exporter); our %EXPORT_TAGS = ( ...perldoc.perl.org/Perl::OSType.txtRegistered: Sat Nov 16 17:01:51 UTC 2024 - 4.6K bytes - Viewed (0) -
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: Sat Nov 16 15:55:36 UTC 2024 - 3.5K bytes - Viewed (0) -
Encode::KR.txt
package Encode::KR; BEGIN { if ( ord("A") == 193 ) { die "Encode::KR not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...perldoc.perl.org/Encode::KR.txtRegistered: Sat Nov 16 14:36:42 UTC 2024 - 1.9K bytes - Viewed (0) -
ExtUtils::MM_Win95.txt
package ExtUtils::MM_Win95; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Win32; our @ISA = qw(ExtUtils::MM_Win32); use ExtUtils::MakeMaker::Config; =he...perldoc.perl.org/ExtUtils::MM_Win95.txtRegistered: Sat Nov 16 14:02:54 UTC 2024 - 1.3K bytes - Viewed (0) -
ExtUtils::MM_QNX.txt
package ExtUtils::MM_QNX; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_QNX - QNX speci...perldoc.perl.org/ExtUtils::MM_QNX.txtRegistered: Sat Nov 16 14:22:47 UTC 2024 - 907 bytes - Viewed (0) -
SelfLoader.txt
package SelfLoader; use 5.008; use strict; use IO::Handle; our $VERSION = "1.27"; # The following bit of eval-magic is necessary to make this work on # perls < 5.009005. our $AttrList; BEGIN { if (...perldoc.perl.org/SelfLoader.txtRegistered: Sun Nov 17 07:43:23 UTC 2024 - 17.3K bytes - Viewed (0) -
TAP::Parser::Grammar.txt
package TAP::Parser::Grammar; use strict; use warnings; use TAP::Parser::ResultFactory (); use TAP::Parser::YAMLish::Reader (); use base 'TAP::Object'; =head1 NAME TAP::Parser::Grammar - A grammar ...perldoc.perl.org/TAP::Parser::Grammar.txtRegistered: Sun Nov 17 05:21:12 UTC 2024 - 15.4K bytes - Viewed (0) -
Pod::Html::Util.txt
package Pod::Html::Util; use strict; use Exporter 'import'; our $VERSION = 1.35; # Please keep in synch with lib/Pod/Html.pm $VERSION = eval $VERSION; our @EXPORT_OK = qw( anchorify html_escape htm...perldoc.perl.org/Pod::Html::Util.txtRegistered: Sun Nov 17 07:36:57 UTC 2024 - 8.5K bytes - Viewed (0)