- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 491 - 500 of 1,306 for label:perl (0.07 sec)
-
perl5125delta.txt
=encoding utf8 =head1 NAME perl5125delta - what is new for perl v5.12.5 =head1 DESCRIPTION This document describes differences between the 5.12.4 release and the 5.12.5 release. If you are upgradin...perldoc.perl.org/perl5125delta.txtRegistered: Wed May 28 20:03:58 UTC 2025 - 7.5K bytes - Viewed (0) -
perl5302delta.txt
=encoding utf8 =head1 NAME perl5302delta - what is new for perl v5.30.2 =head1 DESCRIPTION This document describes differences between the 5.30.1 release and the 5.30.2 release. If you are upgradin...perldoc.perl.org/perl5302delta.txtRegistered: Wed May 28 19:21:24 UTC 2025 - 4.6K bytes - Viewed (0) -
perl5341delta.txt
=encoding utf8 =head1 NAME perl5341delta - what is new for perl v5.34.1 =head1 DESCRIPTION This document describes differences between the 5.34.0 release and the 5.34.1 release. If you are upgradin...perldoc.perl.org/perl5341delta.txtRegistered: Wed May 28 17:59:32 UTC 2025 - 4.1K bytes - Viewed (0) -
perlbot.txt
=encoding utf8 =head1 NAME perlbot - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlob...perldoc.perl.org/perlbot.txtRegistered: Wed May 28 22:34:10 UTC 2025 - 304 bytes - Viewed (0) -
Term::ReadLine.txt
=head1 NAME Term::ReadLine - Perl interface to various C<readline> packages. If no real package is found, substitutes stubs instead of basic functions. =head1 SYNOPSIS use Term::ReadLine; my $term ...perldoc.perl.org/Term::ReadLine.txtRegistered: Sat May 31 22:16:58 UTC 2025 - 13.7K bytes - Viewed (0) -
Module::Load.txt
package Module::Load; use strict; use warnings; use File::Spec (); our $VERSION = '0.36'; sub import { my $who = _who(); my $h; shift; { no strict 'refs'; @_ or ( *{"${who}::load"} = \&load, # comp...perldoc.perl.org/Module::Load.txtRegistered: Sat May 31 18:56:28 UTC 2025 - 8.9K bytes - Viewed (0) -
TAP::Parser::SourceHandler::Perl.txt
package TAP::Parser::SourceHandler::Perl; use strict; use warnings; use Config; use constant IS_WIN32 => ( $^O =~ /^(MS)?Win32$/ ); use constant IS_VMS => ( $^O eq 'VMS' ); use TAP::Parser::Iterato...perldoc.perl.org/TAP::Parser::SourceHandler::Perl.txtRegistered: Sat May 31 22:03:59 UTC 2025 - 9.3K bytes - Viewed (0) -
Term::Complete.txt
package Term::Complete; require 5.000; require Exporter; use strict; our @ISA = qw(Exporter); our @EXPORT = qw(Complete); our $VERSION = '1.403'; # @(#)complete.pl,v1.2 (me@anywhere.EBay.Sun.COM) 0...perldoc.perl.org/Term::Complete.txtRegistered: Sat May 31 22:13:02 UTC 2025 - 4.4K bytes - Viewed (0) -
Net::protoent.txt
package Net::protoent 1.03; use v5.38; our ( $p_name, @p_aliases, $p_proto ); use Exporter 'import'; our @EXPORT = qw(getprotobyname getprotobynumber getprotoent getproto); our @EXPORT_OK = qw( $p_...perldoc.perl.org/Net::protoent.txtRegistered: Sat May 31 17:26:26 UTC 2025 - 2.9K bytes - Viewed (0) -
Pod::Simple::TextContent.txt
package Pod::Simple::TextContent; use strict; use warnings; use Carp (); use Pod::Simple (); our $VERSION = '3.45'; our @ISA = ('Pod::Simple'); sub new { my $self = shift; my $new = $self->SUPER::n...perldoc.perl.org/Pod::Simple::TextContent.txtRegistered: Sat May 31 19:58:34 UTC 2025 - 2.4K bytes - Viewed (0)