- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 451 - 460 of 2,657 for host:perldoc.perl.org (0.02 sec)
-
perl5223delta - what is new for perl v5.22.3 - ...
perl5223delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Security -Di switch is now required for PerlIO debugging ou...perldoc.perl.org/perl5223deltaRegistered: Mon Jan 26 12:22:35 UTC 2026 - 28.8K bytes - Viewed (0) -
perlqnx - Perl version 5 on QNX - Perldoc Browser
perlqnx ( source , CPAN ) CONTENTS NAME DESCRIPTION Required Software for Compiling Perl on QNX4 Outstanding Issues w...perldoc.perl.org/perlqnxRegistered: Mon Jan 26 12:22:48 UTC 2026 - 24.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: Wed Jan 28 08:55:21 UTC 2026 - 32.7K 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: Wed Jan 28 04:28:21 UTC 2026 - 22.9K bytes - Viewed (0) -
File::Spec::Mac.txt
package File::Spec::Mac; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.94'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub case_tolerant { 1 } =head1 NAME File::Spe...perldoc.perl.org/File::Spec::Mac.txtRegistered: Wed Jan 28 06:46:48 UTC 2026 - 21.8K 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: Wed Jan 28 06:53:36 UTC 2026 - 12.4K bytes - Viewed (0) -
Env.txt
package Env; our $VERSION = '1.06'; =head1 NAME Env - perl module that imports environment variables as scalars or arrays =head1 SYNOPSIS use Env; use Env qw(PATH HOME TERM); use Env qw($SHELL @LD_...perldoc.perl.org/Env.txtRegistered: Wed Jan 28 05:52:52 UTC 2026 - 5.4K 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: Wed Jan 28 08:00:41 UTC 2026 - 3.9K bytes - Viewed (0) -
Encode::TW.txt
package Encode::TW; BEGIN { if ( ord("A") == 193 ) { die "Encode::TW 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::TW.txtRegistered: Wed Jan 28 06:21:50 UTC 2026 - 2.2K bytes - Viewed (0) -
File::Spec::Epoc.txt
package File::Spec::Epoc; use strict; our $VERSION = '3.94'; $VERSION =~ tr/_//d; require File::Spec::Unix; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Epoc - methods for Epoc file spe...perldoc.perl.org/File::Spec::Epoc.txtRegistered: Wed Jan 28 05:25:22 UTC 2026 - 1.5K bytes - Viewed (0)