- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 372 for label:perl (0.02 sec)
-
Win32.txt
package Win32; # BEGIN { use strict; use vars qw|$VERSION $XS_VERSION @ISA @EXPORT @EXPORT_OK|; require Exporter; require DynaLoader; @ISA = qw|Exporter DynaLoader|; $VERSION = '0.59'; $XS_VERSION ...perldoc.perl.org/Win32.txtRegistered: Wed Jul 02 04:42:58 UTC 2025 - 61.1K bytes - Viewed (0) -
Test::Builder::IO::Scalar.txt
package Test::Builder::IO::Scalar; =head1 NAME Test::Builder::IO::Scalar - A copy of IO::Scalar for Test::Builder =head1 DESCRIPTION This is a copy of L<IO::Scalar> which ships with L<Test::Builder...perldoc.perl.org/Test::Builder::IO::Scalar.txtRegistered: Wed Jul 02 04:13:49 UTC 2025 - 13.3K bytes - Viewed (0) -
variables.txt
=pod I<Full documentation of predefined variables: L<perlvar>> =head2 General Variables =over 8 =item * B<< $_ >> - The default input and pattern-searching space =item * B<< @_ >> - Within a subrou...perldoc.perl.org/variables.txtRegistered: Mon Aug 25 12:04:32 UTC 2025 - 10.5K bytes - Viewed (0) -
perl5005delta.txt
=head1 NAME perl5005delta - what's new for perl5.005 =head1 DESCRIPTION This document describes differences between the 5.004 release and this one. =head1 About the new versioning system Perl is no...perldoc.perl.org/perl5005delta.txtRegistered: Sun Aug 31 01:03:45 UTC 2025 - 33.5K bytes - Viewed (0) -
sprintf.txt
=over =item sprintf FORMAT, LIST X<sprintf> Returns a string formatted by the usual C<printf> conventions of the C library function C<sprintf>. See below for more details and see L<sprintf(3)> or L...perldoc.perl.org/functions/sprintf.txtRegistered: Sun Aug 31 04:56:54 UTC 2025 - 13.7K bytes - Viewed (0) -
perlexperiment.txt
=encoding utf-8 =head1 NAME perlexperiment - A listing of experimental features in Perl =head1 DESCRIPTION This document lists the current and past experimental features in the perl core. Although ...perldoc.perl.org/perlexperiment.txtRegistered: Sun Aug 31 01:48:41 UTC 2025 - 11.2K bytes - Viewed (0) -
CPAN::Meta::Spec.txt
# XXX RULES FOR PATCHING THIS FILE XXX # Patches that fix typos or formatting are acceptable. Patches # that change semantics are not acceptable without prior approval # by David Golden or Ricardo ...perldoc.perl.org/CPAN::Meta::Spec.txtRegistered: Tue Aug 26 13:21:27 UTC 2025 - 36.1K bytes - Viewed (0) -
Carp.txt
package Carp; { use 5.006; } use strict; use warnings; BEGIN { # Very old versions of warnings.pm load Carp. This can go wrong due # to the circular dependency. If warnings is invoked before Carp, ...perldoc.perl.org/Carp.txtRegistered: Tue Aug 26 12:38:11 UTC 2025 - 35.2K bytes - Viewed (0) -
B.txt
# B.pm # # Copyright (c) 1996, 1997, 1998 Malcolm Beattie # # You may distribute under the terms of either the GNU General Public # License or the Artistic License, as specified in the README file....perldoc.perl.org/B.txtRegistered: Tue Aug 26 10:25:15 UTC 2025 - 30.6K bytes - Viewed (0) -
encoding.txt
# $Id: encoding.pm,v 3.00 2020/04/19 10:56:28 dankogai Exp $ package encoding; our $VERSION = sprintf "%d.%02d", q$Revision: 3.00 $ =~ /(\d+)/g; use Encode; use strict; use warnings; use Config; us...perldoc.perl.org/encoding.txtRegistered: Tue Aug 26 09:31:56 UTC 2025 - 22.4K bytes - Viewed (0)