- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2171 - 2180 of 3,812 for filetype:txt (0.4 sec)
-
Test2::Tools::Tiny.txt
package Test2::Tools::Tiny; use strict; use warnings; BEGIN { if ($] lt "5.008") { require Test::Builder::IO::Scalar; } } use Scalar::Util qw/blessed/; use Test2::Util qw/try/; use Test2::API qw/co...perldoc.perl.org/Test2::Tools::Tiny.txtRegistered: Wed Apr 23 02:28:53 UTC 2025 - 8.9K bytes - Viewed (0) -
Tie::Scalar.txt
package Tie::Scalar; our $VERSION = '1.06'; =head1 NAME Tie::Scalar, Tie::StdScalar - base class definitions for tied scalars =head1 SYNOPSIS package NewScalar; require Tie::Scalar; @ISA = qw(Tie::...perldoc.perl.org/Tie::Scalar.txtRegistered: Wed Apr 23 04:23:02 UTC 2025 - 4.1K bytes - Viewed (0) -
Text::Tabs.txt
use strict; use warnings; package Text::Tabs; BEGIN { require Exporter; *import = \&Exporter::import } our @EXPORT = qw( expand unexpand $tabstop ); our $VERSION = '2024.001'; our $SUBVERSION = 'mo...perldoc.perl.org/Text::Tabs.txtRegistered: Wed Apr 23 08:09:15 UTC 2025 - 3.4K bytes - Viewed (0) -
User::grent.txt
package User::grent 1.05; use v5.38; our ($gr_name, $gr_gid, $gr_passwd, @gr_members); use Exporter 'import'; our @EXPORT = qw(getgrent getgrgid getgrnam getgr); our @EXPORT_OK = qw($gr_name $gr_gi...perldoc.perl.org/User::grent.txtRegistered: Wed Apr 23 04:45:31 UTC 2025 - 2.7K bytes - Viewed (0) -
Test2::Workflow::BlockBase.txt
package Test2::Workflow::BlockBase; use strict; use warnings; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/code frame _info _lines/; use Test2::Util::Sub qw/sub_info/; use List::Util qw/...perldoc.perl.org/Test2::Workflow::BlockBase.txtRegistered: Wed Apr 23 07:09:56 UTC 2025 - 3.1K bytes - Viewed (0) -
Test2::Util::Ref.txt
package Test2::Util::Ref; use strict; use warnings; our $VERSION = '0.000162'; use Scalar::Util qw/reftype blessed refaddr/; our @EXPORT_OK = qw/rtype render_ref/; use base 'Exporter'; sub rtype { ...perldoc.perl.org/Test2::Util::Ref.txtRegistered: Wed Apr 23 02:56:27 UTC 2025 - 2.3K bytes - Viewed (0) -
Test2::Plugin::BailOnFail.txt
package Test2::Plugin::BailOnFail; use strict; use warnings; our $VERSION = '0.000162'; use Test2::API qw/test2_add_callback_context_release/; my $LOADED = 0; sub import { return if $LOADED++; test...perldoc.perl.org/Test2::Plugin::BailOnFail.txtRegistered: Wed Apr 23 02:07:50 UTC 2025 - 1.5K bytes - Viewed (0) -
Time::Piece.txt
package Time::Piece; use strict; use XSLoader (); use Time::Seconds; use Carp; use Time::Local; use Scalar::Util qw/ blessed /; use Exporter (); our @EXPORT = qw( localtime gmtime ); our %EXPORT_TA...perldoc.perl.org/Time::Piece.txtRegistered: Wed Apr 23 09:31:29 UTC 2025 - 31.5K bytes - Viewed (0) -
Test::Tutorial.txt
=head1 NAME Test::Tutorial - A tutorial about writing really basic tests =head1 DESCRIPTION I<AHHHHHHH!!!! NOT TESTING! Anything but testing! Beat me, whip me, send me to Detroit, but don't make me...perldoc.perl.org/Test::Tutorial.txtRegistered: Wed Apr 23 09:24:11 UTC 2025 - 18.9K bytes - Viewed (0) -
Thread::Queue.txt
package Thread::Queue; use strict; use warnings; our $VERSION = '3.14'; # remember to update version in POD! $VERSION = eval $VERSION; use threads::shared 1.21; use Scalar::Util 1.10 qw(looks_like_...perldoc.perl.org/Thread::Queue.txtRegistered: Wed Apr 23 21:19:31 UTC 2025 - 17.3K bytes - Viewed (0)