- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2271 - 2280 of 2,641 for host:perldoc.perl.org (0.08 sec)
-
Storable.txt
# # Copyright (c) 1995-2001, Raphael Manfredi # Copyright (c) 2002-2014 by the Perl 5 Porters # Copyright (c) 2015-2016 cPanel Inc # Copyright (c) 2017 Reini Urban # # You may redistribute only und...perldoc.perl.org/Storable.txtRegistered: Tue Jul 08 02:58:21 UTC 2025 - 49.9K bytes - Viewed (0) -
Compress::Raw::Zlib.txt
package Compress::Raw::Zlib; require 5.006 ; require Exporter; use Carp ; use strict ; use warnings ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD, %DE...perldoc.perl.org/Compress::Raw::Zlib.txtRegistered: Tue Jul 08 02:07:32 UTC 2025 - 47.9K bytes - Viewed (0) -
Pod::Usage.txt
########## # Pod/Usage.pm -- print usage messages for the running script. # # Copyright (c) 1996-2000 by Bradford Appleton. All rights reserved. # Copyright (c) 2001-2016 by Marek Rouchal. # This f...perldoc.perl.org/Pod::Usage.txtRegistered: Tue Jul 08 02:39:00 UTC 2025 - 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: Tue Jul 08 01:55:17 UTC 2025 - 34.2K bytes - Viewed (0) -
threads::shared.txt
package threads::shared; use 5.008; use strict; use warnings; use Config; use Scalar::Util qw(reftype refaddr blessed); our $VERSION = '1.70'; # Please update the pod, too. my $XS_VERSION = $VERSIO...perldoc.perl.org/threads::shared.txtRegistered: Tue Jul 08 02:22:19 UTC 2025 - 20.1K bytes - Viewed (0) -
perlnewmod.txt
=head1 NAME perlnewmod - preparing a new module for distribution =head1 DESCRIPTION This document gives you some suggestions about how to go about writing Perl modules, preparing them for distribut...perldoc.perl.org/perlnewmod.txtRegistered: Tue Jul 08 04:15:31 UTC 2025 - 10.7K bytes - Viewed (0) -
perlapi.txt
-*- mode: Pod; buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by autodoc.pl extracting documentation from the C source files. Any changes made here will be lost! =...perldoc.perl.org/perlapi.txtRegistered: Mon Jul 07 19:09:16 UTC 2025 - 997.4K bytes - Viewed (0) -
pack.txt
=over =item pack TEMPLATE,LIST X<pack> Takes a LIST of values and converts it into a string using the rules given by the TEMPLATE. The resulting string is the concatenation of the converted values....perldoc.perl.org/functions/pack.txtRegistered: Tue Jul 08 17:41:57 UTC 2025 - 25.9K bytes - Viewed (0) -
each.txt
=over =item each HASH X<each> X<hash, iterator> =item each ARRAY X<array, iterator> When called on a hash in list context, returns a 2-element list consisting of the key and value for the next elem...perldoc.perl.org/functions/each.txtRegistered: Tue Jul 08 15:08:41 UTC 2025 - 5.7K bytes - Viewed (0) -
our.txt
=over =item our VARLIST X<our> X<global> =item our TYPE VARLIST =item our VARLIST : ATTRS =item our TYPE VARLIST : ATTRS C<our> makes a lexical alias to a package (i.e. global) variable of the same...perldoc.perl.org/functions/our.txtRegistered: Tue Jul 08 21:06:12 UTC 2025 - 4.6K bytes - Viewed (0)