Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 21 - 30 of 1,371 for host:perldoc.perl.org (0.02 sec)

  1. Pod::Functions.txt

    package Pod::Functions; use strict; =head1 NAME Pod::Functions - Group Perl's functions a la perlfunc.pod =head1 SYNOPSIS use Pod::Functions; my @misc_ops = @{ $Kinds{ 'Misc' } }; my $misc_dsc = $T...
    perldoc.perl.org/Pod::Functions.txt
    Registered: Sun Apr 28 05:30:46 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  2. h2ph.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec /home/centos/perldoc-browser/perls/5.38.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell BEGIN { pop @INC if $INC[-1] eq ...
    perldoc.perl.org/h2ph.txt
    Registered: Mon Apr 29 15:31:39 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  3. version::Internals.txt

    =head1 NAME version::Internals - Perl extension for Version Objects =head1 DESCRIPTION Overloaded version objects for all modern versions of Perl. This documents the internal data representation an...
    perldoc.perl.org/version::Internals.txt
    Registered: Mon Apr 29 11:38:24 UTC 2024
    - 24.4K bytes
    - Viewed (0)
  4. VMS::Stdio.txt

    # VMS::Stdio - VMS extensions to Perl's stdio calls # # Author: Charles Bailey bailey@genetics.upenn.edu # Version: 2.2 # Revised: 19-Jul-1998 # Docs revised: 13-Oct-1998 Dan Sugalski <sugalskd@ous...
    perldoc.perl.org/VMS::Stdio.txt
    Registered: Mon Apr 29 13:43:57 UTC 2024
    - 13.5K bytes
    - Viewed (1)
  5. Term::ANSIColor.txt

    # Color screen output using ANSI escape sequences. # # This module provides utility functions (in two different forms) for coloring # output with ANSI escape sequences. # # This module is sometimes...
    perldoc.perl.org/Term::ANSIColor.txt
    Registered: Sun Apr 28 16:54:26 UTC 2024
    - 54.7K bytes
    - Viewed (0)
  6. Pod::Text.txt

    # Convert POD data to formatted text. # # This module converts POD to formatted text. It replaces the old Pod::Text # module that came with versions of Perl prior to 5.6.0 and attempts to match # i...
    perldoc.perl.org/Pod::Text.txt
    Registered: Sun Apr 28 13:52:17 UTC 2024
    - 43.4K bytes
    - Viewed (0)
  7. Memoize.txt

    # -*- mode: perl; perl-indent-level: 2; -*- # vim: ts=8 sw=2 sts=2 noexpandtab # Memoize.pm # # Copyright 1998, 1999, 2000, 2001, 2012 M. J. Dominus. # You may copy and distribute this program unde...
    perldoc.perl.org/Memoize.txt
    Registered: Sun Apr 28 13:03:54 UTC 2024
    - 31.8K bytes
    - Viewed (0)
  8. Test.txt

    require 5.004; package Test; use strict; use Carp; our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, $ntest, $TestLevel); #public-is our ($TESTOUT, $TESTERR, %Program_Lines, $told_about_diff, $ONFAIL, %tod...
    perldoc.perl.org/Test.txt
    Registered: Sun Apr 28 17:00:02 UTC 2024
    - 29.3K bytes
    - Viewed (0)
  9. Test2::API::InterceptResult.txt

    package Test2::API::InterceptResult; use strict; use warnings; our $VERSION = '1.302194'; use Scalar::Util qw/blessed/; use Test2::Util qw/pkg_to_file/; use Storable qw/dclone/; use Carp qw/croak/;...
    perldoc.perl.org/Test2::API::InterceptResult.txt
    Registered: Sun Apr 28 15:48:12 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  10. Scalar::Util.txt

    # Copyright (c) 1997-2007 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/Scalar::Util.txt
    Registered: Sun Apr 28 18:00:29 UTC 2024
    - 10.5K bytes
    - Viewed (0)
Back to top