- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2051 - 2060 of 2,621 for host:perldoc.perl.org (0.04 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... timethe...perldoc.perl.org/Benchmark.txtRegistered: Fri Apr 25 23:16:14 UTC 2025 - 30.3K 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.69'; # Please update the pod, too. my $XS_VERSION = $VERSIO...perldoc.perl.org/threads::shared.txtRegistered: Sat Apr 26 00:46:44 UTC 2025 - 20.1K bytes - Viewed (0) -
utf8.txt
package utf8; use strict; use warnings; our $hint_bits = 0x00800000; our $VERSION = '1.25'; our $AUTOLOAD; sub import { $^H |= $hint_bits; } sub unimport { $^H &= ~$hint_bits; } sub AUTOLOAD { goto...perldoc.perl.org/utf8.txtRegistered: Sat Apr 26 00:54:22 UTC 2025 - 10.6K 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: Fri Apr 25 22:09:32 UTC 2025 - 9.6K bytes - Viewed (0) -
CPAN::Meta::History.txt
# vi:tw=72 use 5.006; use strict; use warnings; package CPAN::Meta::History; our $VERSION = '2.150010'; 1; # ABSTRACT: history of CPAN Meta Spec changes __END__ =pod =encoding UTF-8 =head1 NAME CPA...perldoc.perl.org/CPAN::Meta::History.txtRegistered: Fri Apr 25 23:43:02 UTC 2025 - 5.2K 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: Sat Apr 26 01:21:55 UTC 2025 - 4.2K bytes - Viewed (0) -
CPAN::Plugin.txt
package CPAN::Plugin; use strict; use warnings; our $VERSION = '0.97'; require CPAN; ########## sub new { # ; my ($class, %params) = @_; my $self = +{ (ref $class ? (%$class) : ()), %params, }; $se...perldoc.perl.org/CPAN::Plugin.txtRegistered: Sat Apr 26 00:09:17 UTC 2025 - 3.1K bytes - Viewed (0) -
B::Deparse.txt
# B::Deparse.pm # Copyright (c) 1998-2000, 2002, 2003, 2004, 2005, 2006 Stephen McCamant. # All rights reserved. # This module is free software; you can redistribute and/or modify # it under the sa...perldoc.perl.org/B::Deparse.txtRegistered: Sat Apr 26 05:01:19 UTC 2025 - 216.1K 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: Sat Apr 26 07:33:59 UTC 2025 - 45.2K bytes - Viewed (0) -
CPAN::Meta::YAML.txt
use 5.008001; # sane UTF-8 support use strict; use warnings; package CPAN::Meta::YAML; # git description: v1.68-2-gcc5324e # XXX-INGY is 5.8.1 too old/broken for utf8? # XXX-XDG Lancaster consensus...perldoc.perl.org/CPAN::Meta::YAML.txtRegistered: Sat Apr 26 04:02:39 UTC 2025 - 26.4K bytes - Viewed (0)