- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 81 - 90 of 2,615 for host:perldoc.perl.org (0.02 sec)
-
VMS::Stdio.txt
# VMS::Stdio - VMS extensions to Perl's stdio calls # # Author: Charles Bailey bailey@genetics.upenn.edu # Version: 2.2 # Revised: 19-Jul-1998 # Docs revised: 13-Oct-1998 Dan Sugalski <sugalskd@ous...perldoc.perl.org/VMS::Stdio.txtRegistered: Mon Apr 07 07:26:19 UTC 2025 - 13.5K bytes - Viewed (0) -
User::pwent.txt
package User::pwent 1.03; use v5.38; use Config; use Carp; our ( $pw_name, $pw_passwd, $pw_uid, $pw_gid, $pw_gecos, $pw_dir, $pw_shell, $pw_expire, $pw_change, $pw_class, $pw_age, $pw_quota, $pw_co...perldoc.perl.org/User::pwent.txtRegistered: Mon Apr 07 08:22:36 UTC 2025 - 9.6K bytes - Viewed (0) -
XS::APItest.txt
package XS::APItest; use strict; use warnings; use Carp; our $VERSION = '1.36'; require XSLoader; # Export everything since these functions are only used by a test script # Export subpackages too -...perldoc.perl.org/XS::APItest.txtRegistered: Mon Apr 07 04:55:54 UTC 2025 - 8.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 Apr 07 08:15:02 UTC 2025 - 2.4K bytes - Viewed (0) -
Test2::Require::ExtendedTesting.txt
package Test2::Require::ExtendedTesting; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; sub skip { my $class = shift; return undef if $ENV{'EXTENDED_TESTING'}; retu...perldoc.perl.org/Test2::Require::ExtendedTesting.txtRegistered: Mon Apr 07 04:32:32 UTC 2025 - 1.2K bytes - Viewed (0) -
Test2::Util::Guard.txt
package Test2::Util::Guard; use strict; use warnings; use Carp qw(confess); our $VERSION = '0.000162'; sub new { confess "Can't create a Test2::Util::Guard in void context" unless (defined wantarra...perldoc.perl.org/Test2::Util::Guard.txtRegistered: Mon Apr 07 04:39:32 UTC 2025 - 1.3K bytes - Viewed (0) -
perl5004delta.txt
=head1 NAME perl5004delta - what's new for perl5.004 =head1 DESCRIPTION This document describes differences between the 5.003 release (as documented in I<Programming Perl>, second edition--the Came...perldoc.perl.org/perl5004delta.txt Similar Results (1)Registered: Tue Apr 01 08:52:27 UTC 2025 - 54.9K bytes - Viewed (0) -
Locale::Maketext.txt
# Time-stamp: "2004-01-11 18:35:34 AST" =head1 NAME Locale::Maketext - framework for localization =head1 SYNOPSIS package MyProgram; use strict; use MyProgram::L10N; # ...which inherits from Locale...perldoc.perl.org/Locale::Maketext.txtRegistered: Sat Apr 05 13:35:19 UTC 2025 - 51.2K bytes - Viewed (0) -
Memoize.txt
# -*- mode: perl; perl-indent-level: 2; -*- # vim: ts=8 sw=2 sts=2 noexpandtab # Memoize.pm # # Copyright 1998, 1999, 2000, 2001, 2012 M. J. Dominus. # You may copy and distribute this program unde...perldoc.perl.org/Memoize.txtRegistered: Sat Apr 05 13:39:11 UTC 2025 - 31.8K bytes - Viewed (0) -
Module::Metadata.txt
# -*- mode: cperl; tab-width: 8; indent-tabs-mode: nil; basic-offset: 2 -*- # vim:ts=8:sw=2:et:sta:sts=2:tw=78 package Module::Metadata; # git description: v1.000037-8-g92dec6c # ABSTRACT: Gather p...perldoc.perl.org/Module::Metadata.txtRegistered: Sat Apr 05 09:36:44 UTC 2025 - 33.8K bytes - Viewed (0)