- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 311 - 320 of 1,302 for label:perl (0.09 sec)
-
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: Fri Feb 14 02:58:40 UTC 2025 - 36.1K bytes - Viewed (0) -
B::Op_private.txt
# -*- mode: Perl; buffer-read-only: t -*- # # lib/B/Op_private.pm # # Copyright (C) 2014 by Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License o...perldoc.perl.org/B::Op_private.txtRegistered: Fri Feb 14 07:58:18 UTC 2025 - 41K bytes - Viewed (0) -
CPAN::Meta::Validator.txt
use 5.006; use strict; use warnings; package CPAN::Meta::Validator; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod my $struct = decode_json_file('META.json'); #pod #pod my $cmv = CPAN::M...perldoc.perl.org/CPAN::Meta::Validator.txtRegistered: Fri Feb 14 01:58:01 UTC 2025 - 33.1K bytes - Viewed (0) -
bigfloat.txt
package bigfloat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw...perldoc.perl.org/bigfloat.txtRegistered: Fri Feb 14 03:39:42 UTC 2025 - 21.4K bytes - Viewed (0) -
CPAN::Meta::History::Meta_1_3.txt
=for :stopwords MailingList PODs RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_3 - Version 1.3 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1...perldoc.perl.org/CPAN::Meta::History::Meta_1_3.txtRegistered: Fri Feb 14 04:37:50 UTC 2025 - 18.1K bytes - Viewed (0) -
App::Prove.txt
package App::Prove; use strict; use warnings; use TAP::Harness::Env; use Text::ParseWords qw(shellwords); use File::Spec; use Getopt::Long; use App::Prove::State; use Carp; use base 'TAP::Object'; ...perldoc.perl.org/App::Prove.txtRegistered: Fri Feb 14 05:14:43 UTC 2025 - 18.2K bytes - Viewed (0) -
B::Xref.txt
package B::Xref; our $VERSION = '1.07'; =head1 NAME B::Xref - Generates cross reference reports for Perl programs =head1 SYNOPSIS perl -MO=Xref[,OPTIONS] foo.pl =head1 DESCRIPTION The B::Xref modul...perldoc.perl.org/B::Xref.txtRegistered: Fri Feb 14 03:01:33 UTC 2025 - 12.2K bytes - Viewed (0) -
bytes.txt
package bytes 1.09; use v5.38; BEGIN { $bytes::hint_bits = 0x0000_0008 } sub import { $^H |= $bytes::hint_bits } sub unimport { $^H &= ~$bytes::hint_bits } sub chr :prototype(_) { BEGIN { import() ...perldoc.perl.org/bytes.txtRegistered: Fri Feb 14 09:50:58 UTC 2025 - 3.8K bytes - Viewed (0) -
I18N::LangTags::List.txt
require 5; package I18N::LangTags::List; # Time-stamp: "2004-10-06 23:26:21 ADT" use strict; our (%Name, %Is_Disrec, $Debug); our $VERSION = '0.41'; # POD at the end. #--------- { # read the table ...perldoc.perl.org/I18N::LangTags::List.txtRegistered: Sat Feb 15 07:41:49 UTC 2025 - 28.1K bytes - Viewed (0) -
GDBM_File.txt
# GDBM_File.pm -- Perl 5 interface to GNU gdbm library. =head1 NAME GDBM_File - Perl5 access to the gdbm library. =head1 SYNOPSIS use GDBM_File; [$db =] tie %hash, 'GDBM_File', $filename, GDBM_WRCR...perldoc.perl.org/GDBM_File.txtRegistered: Sat Feb 15 04:56:46 UTC 2025 - 20.2K bytes - Viewed (0)