- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 41 - 50 of 2,621 for host:perldoc.perl.org (0.03 sec)
-
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: Sun May 11 10:26:15 UTC 2025 - 2.2K 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: Sun May 11 17:22:40 UTC 2025 - 1.7K bytes - Viewed (0) -
subs.txt
package subs; use strict; use warnings; our $VERSION = '1.04'; =head1 NAME subs - Perl pragma to predeclare subroutine names =head1 SYNOPSIS use subs qw(frob); frob 3..10; =head1 DESCRIPTION This w...perldoc.perl.org/subs.txtRegistered: Sun May 11 13:19:46 UTC 2025 - 945 bytes - Viewed (0) -
Pod::Text.txt
# Convert POD data to formatted text. # # This module converts POD to formatted text. It replaces the old Pod::Text # module that came with versions of Perl prior to 5.6.0 and attempts to match # i...perldoc.perl.org/Pod::Text.txtRegistered: Tue May 13 02:59:49 UTC 2025 - 43.5K bytes - Viewed (0) -
] ); $new->html_header_after_title( join "\...
package Pod::Simple::HTML; use strict; use warnings; use Pod::Simple::PullParser (); our @ISA = ('Pod::Simple::PullParser'); our $VERSION = '3.45'; BEGIN { if(defined &DEBUG) { } # no-op elsif( def...perldoc.perl.org/Pod::Simple::HTML.txtRegistered: Tue May 13 01:55:02 UTC 2025 - 33.8K bytes - Viewed (0) -
Scalar::Util.txt
# Copyright (c) 1997-2007 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 itself. # # Ma...perldoc.perl.org/Scalar::Util.txtRegistered: Tue May 13 02:21:22 UTC 2025 - 10.5K bytes - Viewed (0) -
MIME::Base64.txt
package MIME::Base64; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(encode_base64 decode_base64); our @EXPORT_OK = qw(encode_base64url decode_base64url encod...perldoc.perl.org/MIME::Base64.txtRegistered: Tue May 13 00:41:17 UTC 2025 - 5.3K bytes - Viewed (0) -
IPC::SysV.txt
########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...perldoc.perl.org/IPC::SysV.txtRegistered: Tue May 13 02:05:10 UTC 2025 - 4.5K bytes - Viewed (0) -
Pod::Perldoc::GetOptsOO.txt
package Pod::Perldoc::GetOptsOO; use strict; use vars qw($VERSION); $VERSION = '3.28'; BEGIN { # Make a DEBUG constant ASAP *DEBUG = defined( &Pod::Perldoc::DEBUG ) ? \&Pod::Perldoc::DEBUG : sub(){...perldoc.perl.org/Pod::Perldoc::GetOptsOO.txtRegistered: Tue May 13 01:19:39 UTC 2025 - 3.8K bytes - Viewed (0) -
JSON::PP::Boolean.txt
package JSON::PP::Boolean; use strict; use warnings; use overload (); overload::unimport('overload', qw(0+ ++ -- fallback)); overload::import('overload', "0+" => sub { ${$_[0]} }, "++" => sub { $_[...perldoc.perl.org/JSON::PP::Boolean.txtRegistered: Tue May 13 06:08:25 UTC 2025 - 852 bytes - Viewed (0)