- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1051 - 1060 of 1,306 for label:perl (0.03 sec)
-
Test::Builder::Formatter.txt
package Test::Builder::Formatter; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::Formatter::TAP; our @ISA = qw(Test2::Formatter::TAP) } use Test2::Util::HashBase qw/no_...perldoc.perl.org/Test::Builder::Formatter.txtRegistered: Sun Apr 06 23:56:44 UTC 2025 - 2.1K bytes - Viewed (0) -
Fatal.txt
package Fatal; # ABSTRACT: Replace functions with equivalents which succeed or die use 5.008; # 5.8.x needed for autodie use Carp; use strict; use warnings; use Tie::RefHash; # To cache subroutine ...perldoc.perl.org/Fatal.txtRegistered: Sun Apr 13 15:11:56 UTC 2025 - 59.2K bytes - Viewed (0) -
IO::Uncompress::Inflate.txt
package IO::Uncompress::Inflate ; # for RFC1950 use strict ; use warnings; use bytes; use IO::Compress::Base::Common 2.212 qw(:Status ); use IO::Compress::Zlib::Constants 2.212 ; use IO::Uncompress...perldoc.perl.org/IO::Uncompress::Inflate.txtRegistered: Sun Apr 13 18:36:13 UTC 2025 - 28.3K bytes - Viewed (0) -
I18N::Langinfo.txt
package I18N::Langinfo; use 5.006; use strict; use warnings; use Carp; use Exporter 'import'; require XSLoader; our @EXPORT = qw(langinfo); our @EXPORT_OK = qw( ABDAY_1 ABDAY_2 ABDAY_3 ABDAY_4 ABDA...perldoc.perl.org/I18N::Langinfo.txtRegistered: Sun Apr 13 22:52:46 UTC 2025 - 14.1K bytes - Viewed (0) -
Locale::Maketext::Cookbook.txt
# This document contains text in Perl "POD" format. # Use a POD viewer like perldoc or perlman to render it. =encoding utf-8 =head1 NAME Locale::Maketext::Cookbook - recipes for using Locale::Maket...perldoc.perl.org/Locale::Maketext::Cookbook.txtRegistered: Sun Apr 13 21:01:50 UTC 2025 - 3.8K bytes - Viewed (0) -
IO::Seekable.txt
# package IO::Seekable; =head1 NAME IO::Seekable - supply seek based methods for I/O objects =head1 SYNOPSIS use IO::Seekable; package IO::Something; @ISA = qw(IO::Seekable); =head1 DESCRIPTION C<I...perldoc.perl.org/IO::Seekable.txtRegistered: Sun Apr 13 23:32:18 UTC 2025 - 2.8K bytes - Viewed (0) -
File::Fetch.txt
package File::Fetch; use strict; use FileHandle; use File::Temp; use File::Copy; use File::Spec; use File::Spec::Unix; use File::Basename qw[dirname]; use Cwd qw[cwd]; use Carp qw[carp]; use IPC::C...perldoc.perl.org/File::Fetch.txtRegistered: Mon Apr 14 01:29:19 UTC 2025 - 46.2K bytes - Viewed (0) -
IO::Uncompress::AnyInflate.txt
package IO::Uncompress::AnyInflate ; # for RFC1950, RFC1951 or RFC1952 use strict; use warnings; use bytes; use IO::Compress::Base::Common 2.212 qw(:Parse); use IO::Uncompress::Adapter::Inflate 2.2...perldoc.perl.org/IO::Uncompress::AnyInflate.txtRegistered: Mon Apr 14 04:17:44 UTC 2025 - 28.2K bytes - Viewed (0) -
List::Util.txt
# Copyright (c) 1997-2009 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/List::Util.txtRegistered: Mon Apr 14 04:32:36 UTC 2025 - 26.4K bytes - Viewed (0) -
Math::BigInt::FastCalc.txt
package Math::BigInt::FastCalc; use 5.006001; use strict; use warnings; use Carp qw< carp croak >; use Math::BigInt::Calc 1.999801; BEGIN { our @ISA = qw< Math::BigInt::Calc >; } our $VERSION = '0....perldoc.perl.org/Math::BigInt::FastCalc.txtRegistered: Mon Apr 14 00:21:42 UTC 2025 - 6.3K bytes - Viewed (0)