- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 401 - 410 of 1,302 for label:perl (0.04 sec)
-
Test::Tester::Capture.txt
use strict; package Test::Tester::Capture; our $VERSION = '1.302199'; use Test::Builder; use vars qw( @ISA ); @ISA = qw( Test::Builder ); # Make Test::Tester::Capture thread-safe for ithreads. BEGI...perldoc.perl.org/Test::Tester::Capture.txtRegistered: Mon Nov 18 20:56:54 UTC 2024 - 4.3K bytes - Viewed (0) -
%{^HOOK}.txt
=over =item %{^HOOK} X<%{^HOOK}> This hash contains coderefs which are called when various perl keywords which are hard or impossible to wrap are called. The keys of this hash are named after the k...perldoc.perl.org/variables/%{^HOOK}.txtRegistered: Tue Nov 19 01:34:44 UTC 2024 - 3K bytes - Viewed (0) -
Time::gmtime.txt
package Time::gmtime 1.05; use v5.38; use parent 'Time::tm'; our ( $tm_sec, $tm_min, $tm_hour, $tm_mday, $tm_mon, $tm_year, $tm_wday, $tm_yday, $tm_isdst, ); use Exporter 'import'; our @EXPORT = qw...perldoc.perl.org/Time::gmtime.txtRegistered: Mon Nov 18 22:35:26 UTC 2024 - 2.4K bytes - Viewed (0) -
Time::localtime.txt
package Time::localtime 1.04; use v5.38; use parent 'Time::tm'; our ( $tm_sec, $tm_min, $tm_hour, $tm_mday, $tm_mon, $tm_year, $tm_wday, $tm_yday, $tm_isdst ); use Exporter 'import'; our @EXPORT = ...perldoc.perl.org/Time::localtime.txtRegistered: Mon Nov 18 21:20:14 UTC 2024 - 2.3K bytes - Viewed (0) -
Test::use::ok.txt
package Test::use::ok; use 5.005; our $VERSION = '1.302199'; __END__ =head1 NAME Test::use::ok - Alternative to Test::More::use_ok =head1 SYNOPSIS use ok 'Some::Module'; =head1 DESCRIPTION Accordin...perldoc.perl.org/Test::use::ok.txtRegistered: Mon Nov 18 22:55:16 UTC 2024 - 1.3K bytes - Viewed (0) -
charnames.txt
package charnames; use strict; use warnings; our $VERSION = '1.50'; use unicore::Name; # mktables-generated algorithmically-defined names use _charnames (); # The submodule for this where most of t...perldoc.perl.org/charnames.txtRegistered: Fri Nov 15 19:25:24 UTC 2024 - 20.6K bytes - Viewed (0) -
constant.txt
package constant; use 5.008; use strict; use warnings::register; our $VERSION = '1.33'; our %declared; #========= # Some names are evil choices. my %keywords = map +($_, 1), qw{ BEGIN INIT CHECK EN...perldoc.perl.org/constant.txtRegistered: Fri Nov 15 16:05:48 UTC 2024 - 14.4K bytes - Viewed (0) -
autodie.txt
package autodie; use 5.008; use strict; use warnings; use parent qw(Fatal); our $VERSION; # ABSTRACT: Replace functions with ones that succeed or die with lexical scope BEGIN { our $VERSION = '2.37...perldoc.perl.org/autodie.txtRegistered: Fri Nov 15 16:19:42 UTC 2024 - 12.1K bytes - Viewed (0) -
CPAN::Distroprefs.txt
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use 5.006; use strict; package CPAN::Distroprefs; use vars qw($VERSION); $VERSION = '6.0001'; package CPAN::Distr...perldoc.perl.org/CPAN::Distroprefs.txtRegistered: Fri Nov 15 20:31:15 UTC 2024 - 11.7K bytes - Viewed (0) -
CPAN::Plugin::Specfile.txt
=head1 NAME CPAN::Plugin::Specfile - Proof of concept implementation of a trivial CPAN::Plugin =head1 SYNOPSIS # once in the cpan shell o conf plugin_list push CPAN::Plugin::Specfile # make permane...perldoc.perl.org/CPAN::Plugin::Specfile.txtRegistered: Fri Nov 15 15:34:39 UTC 2024 - 8.5K bytes - Viewed (0)