- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 1,302 for label:perl (0.04 sec)
-
Pod::Simple::Subclassing.txt
=head1 NAME Pod::Simple::Subclassing -- write a formatter as a Pod::Simple subclass =head1 SYNOPSIS package Pod::SomeFormatter; use Pod::Simple; @ISA = qw(Pod::Simple); $VERSION = '1.01'; use stric...perldoc.perl.org/Pod::Simple::Subclassing.txtRegistered: Sun Mar 23 07:26:51 UTC 2025 - 33.3K bytes - Viewed (0) -
TAP::Harness.txt
package TAP::Harness; use strict; use warnings; use Carp; use File::Spec; use File::Path; use IO::Handle; use base 'TAP::Base'; =head1 NAME TAP::Harness - Run test scripts with statistics =head1 VE...perldoc.perl.org/TAP::Harness.txtRegistered: Sun Mar 23 10:01:12 UTC 2025 - 29K bytes - Viewed (0) -
NEXT.txt
package NEXT; use Carp; use strict; use warnings; use overload (); our $VERSION = '0.69'; sub NEXT::ELSEWHERE::ancestors { my @inlist = shift; my @outlist = (); while (my $next = shift @inlist) { p...perldoc.perl.org/NEXT.txtRegistered: Sun Mar 23 09:45:40 UTC 2025 - 18.5K bytes - Viewed (0) -
Sys::Syslog::Win32.txt
package Sys::Syslog::Win32; use strict; use warnings; use Carp; use File::Spec; # === WARNING === WARNING === WARNING === WARNING === WARNING === WARNING === # # This file was generated by Sys-Sysl...perldoc.perl.org/Sys::Syslog::Win32.txtRegistered: Sun Mar 23 10:19:21 UTC 2025 - 7.8K bytes - Viewed (0) -
Pod::Html::Util.txt
package Pod::Html::Util; use strict; use Exporter 'import'; our $VERSION = 1.35; # Please keep in synch with lib/Pod/Html.pm $VERSION = eval $VERSION; our @EXPORT_OK = qw( anchorify html_escape htm...perldoc.perl.org/Pod::Html::Util.txtRegistered: Sun Mar 23 10:28:18 UTC 2025 - 8.5K bytes - Viewed (0) -
IO::Dir.txt
# IO::Dir.pm # # Copyright (c) 1997-8 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 it...perldoc.perl.org/IO::Dir.txtRegistered: Sun Mar 23 06:40:11 UTC 2025 - 5.2K bytes - Viewed (0) -
File::Spec::Cygwin.txt
package File::Spec::Cygwin; use strict; require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Cygwin - methods for Cygwin fi...perldoc.perl.org/File::Spec::Cygwin.txtRegistered: Sun Mar 23 05:51:58 UTC 2025 - 3.5K bytes - Viewed (0) -
TAP::Formatter::Console::Session.txt
package TAP::Formatter::Console::Session; use strict; use warnings; use base 'TAP::Formatter::Session'; my @ACCESSOR; BEGIN { my @CLOSURE_BINDING = qw( header result clear_for_close close_test ); f...perldoc.perl.org/TAP::Formatter::Console::Session.txtRegistered: Sun Mar 23 09:10:34 UTC 2025 - 5.4K bytes - Viewed (0) -
Net::servent.txt
package Net::servent 1.04; use v5.38; our ( $s_name, @s_aliases, $s_port, $s_proto ); use Exporter 'import'; our @EXPORT = qw(getservbyname getservbyport getservent getserv); our @EXPORT_OK = qw( $...perldoc.perl.org/Net::servent.txtRegistered: Sun Mar 23 08:48:21 UTC 2025 - 3.3K bytes - Viewed (0) -
Net::Cmd.txt
# Net::Cmd.pm # # Copyright (C) 1995-2006 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020, 2022 Steve Hay. All rights reserved. # This module is free software; you can redistribut...perldoc.perl.org/Net::Cmd.txtRegistered: Sun Mar 23 15:44:26 UTC 2025 - 20.5K bytes - Viewed (0)