Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 131 - 140 of 2,354 for host:perldoc.perl.org (0.02 sec)

  1. subs.txt

    package subs; use strict; use warnings; our $VERSION = '1.04'; =head1 NAME subs - Perl pragma to predeclare subroutine names =head1 SYNOPSIS use subs qw(frob); frob 3..10; =head1 DESCRIPTION This w...
    perldoc.perl.org/subs.txt
    Registered: Fri Apr 26 19:33:36 UTC 2024
    - 945 bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. TAP::Parser::SourceHandler::Perl.txt

    package TAP::Parser::SourceHandler::Perl; use strict; use warnings; use Config; use constant IS_WIN32 => ( $^O =~ /^(MS)?Win32$/ ); use constant IS_VMS => ( $^O eq 'VMS' ); use TAP::Parser::Iterato...
    perldoc.perl.org/TAP::Parser::SourceHandler::Perl.txt
    Registered: Sun Apr 28 18:21:39 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  9. Module::Load.txt

    package Module::Load; use strict; use warnings; use File::Spec (); our $VERSION = '0.36'; sub import { my $who = _who(); my $h; shift; { no strict 'refs'; @_ or ( *{"${who}::load"} = \&load, # comp...
    perldoc.perl.org/Module::Load.txt
    Registered: Sun Apr 28 12:52:17 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  10. PerlIO::mmap.txt

    package PerlIO::mmap; use strict; use warnings; our $VERSION = '0.017'; use XSLoader; XSLoader::load(__PACKAGE__, __PACKAGE__->VERSION); 1; __END__ =head1 NAME PerlIO::mmap - Memory mapped IO =head...
    perldoc.perl.org/PerlIO::mmap.txt
    Registered: Sun Apr 28 14:24:52 UTC 2024
    - 600 bytes
    - Viewed (0)
Back to top