- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2271 - 2280 of 2,657 for host:perldoc.perl.org (0.04 sec)
-
Test2::Event::Encoding.txt
package Test2::Event::Encoding; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/croak/; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase qw/enc...perldoc.perl.org/Test2::Event::Encoding.txtRegistered: Fri Jan 30 02:26:39 UTC 2026 - 1.7K bytes - Viewed (0) -
Test2::Compare::Wildcard.txt
package Test2::Compare::Wildcard; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '1.302210'; use Test2::Util::HashBase qw/expect/; use Carp qw/croak/; sub init { my $self...perldoc.perl.org/Test2::Compare::Wildcard.txtRegistered: Fri Jan 30 05:15:35 UTC 2026 - 1.1K bytes - Viewed (0) -
perlhacktips - Tips for Perl core C code hackin...
perlhacktips ( source , CPAN ) CONTENTS NAME DESCRIPTION COMMON PROBLEMS Perl environment problems C99 Symbol Names a...perldoc.perl.org/perlhacktipsRegistered: Mon Jan 26 12:13:28 UTC 2026 - 110.6K bytes - Viewed (0) -
perl5400delta - what is new for perl v5.40.0 - ...
perl5400delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Core Enhancements New __CLASS__ Keyword :reader attribute f...perldoc.perl.org/perl5400deltaRegistered: Mon Jan 26 12:13:32 UTC 2026 - 90.8K bytes - Viewed (0) -
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 Jan 27 01:36:44 UTC 2026 - 49.9K bytes - Viewed (0) -
Data::Dumper.txt
# # Data/Dumper.pm # # convert perl data structures into perl syntax suitable for both printing # and eval # # Documentation at the __END__ # package Data::Dumper; use strict; use warnings; #$| = 1...perldoc.perl.org/Data::Dumper.txtRegistered: Mon Jan 26 23:50:56 UTC 2026 - 45.2K 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 Jan 27 02:26:30 UTC 2026 - 47.9K 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... timethese...perldoc.perl.org/Benchmark.txtRegistered: Tue Jan 27 00:45:22 UTC 2026 - 30.3K 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 Jan 27 02:02:58 UTC 2026 - 30.3K bytes - Viewed (0) -
perlclass.txt
=head1 NAME perlclass - Perl class syntax reference =head1 SYNOPSIS use v5.38; use feature 'class'; class My::Example 1.234 { field $x; ADJUST { $x = "Hello, world"; } method print_message { say $x...perldoc.perl.org/perlclass.txtRegistered: Tue Jan 27 02:34:29 UTC 2026 - 14.1K bytes - Viewed (0)