- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 171 - 180 of 1,302 for label:perl (0.02 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: Thu Feb 13 18:50:22 UTC 2025 - 7.5K bytes - Viewed (0) -
perl5283delta.txt
=encoding utf8 =head1 NAME perl5283delta - what is new for perl v5.28.3 =head1 DESCRIPTION This document describes differences between the 5.28.2 release and the 5.28.3 release. If you are upgradin...perldoc.perl.org/perl5283delta.txtRegistered: Thu Feb 13 19:46:29 UTC 2025 - 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: Thu Feb 13 22:29:11 UTC 2025 - 4.6K 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: Thu Feb 13 22:19:21 UTC 2025 - 304 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 Feb 15 08:46:37 UTC 2025 - 51.2K 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 Feb 15 08:06:43 UTC 2025 - 33.8K bytes - Viewed (0) -
Hash::Util.txt
package Hash::Util; require 5.007003; use strict; use Carp; use warnings; no warnings 'uninitialized'; use warnings::register; no warnings 'experimental::builtin'; use builtin qw(reftype); require ...perldoc.perl.org/Hash::Util.txtRegistered: Sat Feb 15 05:04:25 UTC 2025 - 24.9K bytes - Viewed (0) -
IO::Uncompress::Bunzip2.txt
package IO::Uncompress::Bunzip2 ; use strict ; use warnings; use bytes; use IO::Compress::Base::Common 2.212 qw(:Status ); use IO::Uncompress::Base 2.212 ; use IO::Uncompress::Adapter::Bunzip2 2.21...perldoc.perl.org/IO::Uncompress::Bunzip2.txtRegistered: Sat Feb 15 06:48:49 UTC 2025 - 25.5K 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 Feb 15 08:03:58 UTC 2025 - 8.9K bytes - Viewed (0) -
IO::Socket::UNIX.txt
# IO::Socket::UNIX.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 a...perldoc.perl.org/IO::Socket::UNIX.txtRegistered: Sat Feb 15 05:45:56 UTC 2025 - 3.9K bytes - Viewed (0)