- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 721 - 730 of 1,302 for label:perl (0.05 sec)
-
perlcommunity.txt
=head1 NAME perlcommunity - a brief overview of the Perl community =head1 DESCRIPTION This document aims to provide an overview of the vast perl community, which is far too large and diverse to pro...perldoc.perl.org/perlcommunity.txtRegistered: Fri Nov 15 10:56:33 UTC 2024 - 6.8K bytes - Viewed (0) -
Socket.txt
package Socket; use v5.6.1; use strict; our $VERSION = '2.038'; =head1 NAME C<Socket> - networking constants and support functions =head1 SYNOPSIS C<Socket> a low-level module used by, among other ...perldoc.perl.org/Socket.txtRegistered: Fri Nov 15 23:59:18 UTC 2024 - 37.6K bytes - Viewed (0) -
Benchmark.txt
package Benchmark; use strict; =head1 NAME Benchmark - benchmark running times of Perl code =head1 SYNOPSIS use Benchmark qw(:all) ; timethis ($count, "code"); # Use Perl code in strings... timethe...perldoc.perl.org/Benchmark.txtRegistered: Fri Nov 15 23:12:41 UTC 2024 - 30.3K bytes - Viewed (0) -
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)