- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 751 - 760 of 1,302 for label:perl (0.03 sec)
-
perlirix.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specifically designed to be readable as is....perldoc.perl.org/perlirix.txtRegistered: Thu Feb 13 14:31:59 UTC 2025 - 4.3K bytes - Viewed (0) -
perl5342delta.txt
=encoding utf8 =head1 NAME perl5342delta - what is new for perl v5.34.2 =head1 DESCRIPTION This document describes differences between the 5.34.1 release and the 5.34.2 release. If you are upgradin...perldoc.perl.org/perl5342delta.txtRegistered: Thu Feb 13 16:05:45 UTC 2025 - 3.9K bytes - Viewed (0) -
CPAN::FirstTime.txt
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: package CPAN::FirstTime; use strict; use ExtUtils::MakeMaker (); use FileHandle (); use File::Basename (); use Fi...perldoc.perl.org/CPAN::FirstTime.txtRegistered: Fri Feb 14 02:29:25 UTC 2025 - 73K bytes - Viewed (0) -
Pod::Perldoc.txt
use 5.006; # we use some open(X, "<", $y) syntax package Pod::Perldoc; use strict; use warnings; use Config '%Config'; use Fcntl; # for sysopen use File::Basename qw(basename); use File::Spec::Func...perldoc.perl.org/Pod::Perldoc.txtRegistered: Thu Feb 13 23:51:51 UTC 2025 - 63.1K bytes - Viewed (0) -
CPAN::Meta::Converter.txt
use 5.006; use strict; use warnings; package CPAN::Meta::Converter; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod my $struct = decode_json_file('META.json'); #pod #pod my $cmc = CPAN::M...perldoc.perl.org/CPAN::Meta::Converter.txtRegistered: Fri Feb 14 01:54:12 UTC 2025 - 48.8K bytes - Viewed (0) -
re.txt
package re; # pragma for controlling the regexp engine use strict; use warnings; our $VERSION = "0.47"; our @ISA = qw(Exporter); our @EXPORT_OK = qw{ is_regexp regexp_pattern regname regnames regna...perldoc.perl.org/re.txtRegistered: Fri Feb 14 03:10:53 UTC 2025 - 28.3K bytes - Viewed (0) -
perl5201delta.txt
=encoding utf8 =head1 NAME perl5201delta - what is new for perl v5.20.1 =head1 DESCRIPTION This document describes differences between the 5.20.0 release and the 5.20.1 release. If you are upgradin...perldoc.perl.org/perl5201delta.txtRegistered: Thu Feb 13 23:31:54 UTC 2025 - 10.5K bytes - Viewed (0) -
mro.txt
# mro.pm # # Copyright (c) 2007 Brandon L Black # Copyright (c) 2008,2009 Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License or the Artistic Lic...perldoc.perl.org/mro.txtRegistered: Fri Feb 14 01:47:34 UTC 2025 - 9.6K bytes - Viewed (0) -
stable.txt
package stable; $stable::VERSION = '0.033'; use strict; use warnings; use version (); use experimental (); use Carp qw/croak carp/; my %allow_at = ( bitwise => 5.022000, isa => 5.032000, lexical_su...perldoc.perl.org/stable.txtRegistered: Fri Feb 14 02:14:56 UTC 2025 - 4.7K bytes - Viewed (0) -
locale.txt
package locale; use strict; use warnings; our $VERSION = '1.12'; use Config; $Carp::Internal{ (__PACKAGE__) } = 1; =head1 NAME locale - Perl pragma to use or avoid POSIX locales for built-in operat...perldoc.perl.org/locale.txtRegistered: Fri Feb 14 01:40:33 UTC 2025 - 5K bytes - Viewed (0)