- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 961 - 970 of 1,302 for label:perl (0.03 sec)
-
feature.txt
# -*- mode: Perl; buffer-read-only: t -*- # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is built by regen/feature.pl. # Any changes made here will be lost! package feature; our $VERSION = '1....perldoc.perl.org/feature.txtRegistered: Fri Nov 15 22:39:01 UTC 2024 - 30.3K bytes - Viewed (0) -
bigint.txt
package bigint; 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/bigint.txtRegistered: Fri Nov 15 22:52:50 UTC 2024 - 22.6K bytes - Viewed (0) -
CPAN::Meta::History::Meta_1_2.txt
=for :stopwords MailingList RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_2 - Version 1.2 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.2 sp...perldoc.perl.org/CPAN::Meta::History::Meta_1_2.txtRegistered: Sat Nov 16 00:39:27 UTC 2024 - 16.7K bytes - Viewed (0) -
open.txt
package open; use warnings; our $VERSION = '1.13'; require 5.008001; # for PerlIO::get_layers() my $locale_encoding; sub _get_encname { return ($1, Encode::resolve_alias($1)) if $_[0] =~ /^:?encodi...perldoc.perl.org/open.txtRegistered: Sat Nov 16 00:06:44 UTC 2024 - 8.3K bytes - Viewed (0) -
App::Prove::State.txt
package App::Prove::State; use strict; use warnings; use File::Find; use File::Spec; use Carp; use App::Prove::State::Result; use TAP::Parser::YAMLish::Reader (); use TAP::Parser::YAMLish::Writer (...perldoc.perl.org/App::Prove::State.txtRegistered: Fri Nov 15 23:25:03 UTC 2024 - 11.4K bytes - Viewed (0) -
lib.txt
package lib; # THIS FILE IS AUTOMATICALLY GENERATED FROM lib_pm.PL. # ANY CHANGES TO THIS FILE WILL BE OVERWRITTEN BY THE NEXT PERL BUILD. use Config; use strict; my $archname = $Config{archname}; ...perldoc.perl.org/lib.txtRegistered: Fri Nov 15 22:46:51 UTC 2024 - 6K bytes - Viewed (0) -
vmsish.txt
package vmsish; our $VERSION = '1.04'; =head1 NAME vmsish - Perl pragma to control VMS-specific language features =head1 SYNOPSIS use vmsish; use vmsish 'status'; # or '$?' use vmsish 'exit'; use v...perldoc.perl.org/vmsish.txtRegistered: Fri Nov 15 23:39:45 UTC 2024 - 4.2K bytes - Viewed (0) -
CPAN::API::HOWTO.txt
=head1 NAME CPAN::API::HOWTO - a recipe book for programming with CPAN.pm =head1 RECIPES All of these recipes assume that you have put "use CPAN" at the top of your program. =head2 What distributio...perldoc.perl.org/CPAN::API::HOWTO.txtRegistered: Sat Nov 16 01:07:38 UTC 2024 - 1K bytes - Viewed (0) -
Net::FTP.txt
# Net::FTP.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2013-2017, 2020, 2022 Steve Hay. All rights reserved. # This module is free software; you can redistribut...perldoc.perl.org/Net::FTP.txtRegistered: Sat Nov 16 20:45:02 UTC 2024 - 51.5K bytes - Viewed (0) -
List::Util.txt
# Copyright (c) 1997-2009 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 as Perl itself. # # Ma...perldoc.perl.org/List::Util.txtRegistered: Sat Nov 16 22:19:18 UTC 2024 - 26.4K bytes - Viewed (0)