- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2251 - 2260 of 2,641 for host:perldoc.perl.org (0.03 sec)
-
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: Mon Jul 07 18:02:19 UTC 2025 - 30.3K 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: Mon Jul 07 18:25:48 UTC 2025 - 26.4K bytes - Viewed (0) -
DB.txt
# # Documentation is at the __END__ # package DB; # "private" globals my ($running, $ready, $deep, $usrctxt, $evalarg, @stack, @saved, @skippkg, @clients); my $preeval = {}; my $posteval = {}; my $...perldoc.perl.org/DB.txtRegistered: Mon Jul 07 19:27:42 UTC 2025 - 18.5K 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: Mon Jul 07 20:45:10 UTC 2025 - 14.1K bytes - Viewed (0) -
version.txt
=head1 NAME version - Perl extension for Version Objects =head1 SYNOPSIS # Parsing version strings (decimal or dotted-decimal) use version 0.77; # get latest bug-fixes and API $ver = version->parse...perldoc.perl.org/version.txtRegistered: Mon Jul 07 20:19:12 UTC 2025 - 10.4K bytes - Viewed (0) -
Math::BigInt::FastCalc.txt
package Math::BigInt::FastCalc; use 5.006001; use strict; use warnings; use Carp qw< carp croak >; use Math::BigInt::Calc 1.999801; BEGIN { our @ISA = qw< Math::BigInt::Calc >; } our $VERSION = '0....perldoc.perl.org/Math::BigInt::FastCalc.txtRegistered: Mon Jul 07 18:53:49 UTC 2025 - 6.3K bytes - Viewed (0) -
perl589delta - what is new for perl v5.8.9 - Pe...
perl589delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Notice Incompatible Changes Core Enhancements Unicode Charac...perldoc.perl.org/perl589deltaRegistered: Mon Jul 07 15:34:25 UTC 2025 - 102.2K bytes - Viewed (0) -
perl5162delta - what is new for perl v5.16.2 - ...
perl5162delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Incompatible Changes Modules and Pragmata Updated Modules a...perldoc.perl.org/perl5162deltaRegistered: Mon Jul 07 15:34:45 UTC 2025 - 21.7K bytes - Viewed (0) -
perl5182delta - what is new for perl v5.18.2 - ...
perl5182delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Modules and Pragmata Updated Modules and Pragmata Documenta...perldoc.perl.org/perl5182deltaRegistered: Mon Jul 07 15:34:59 UTC 2025 - 22.9K bytes - Viewed (0) -
split.txt
=over =item split /PATTERN/,EXPR,LIMIT X<split> =item split /PATTERN/,EXPR =item split /PATTERN/ =item split Splits the string EXPR into a list of strings and returns the list in list context, or t...perldoc.perl.org/functions/split.txtRegistered: Tue Jul 08 11:45:36 UTC 2025 - 7.4K bytes - Viewed (0)