Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. 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: Tue May 07 18:46:38 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  2. IPC::SysV.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::SysV.txt
    Registered: Tue May 07 19:43:12 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  3. Pod::Perldoc::GetOptsOO.txt

    package Pod::Perldoc::GetOptsOO; use strict; use vars qw($VERSION); $VERSION = '3.28'; BEGIN { # Make a DEBUG constant ASAP *DEBUG = defined( &Pod::Perldoc::DEBUG ) ? \&Pod::Perldoc::DEBUG : sub(){...
    perldoc.perl.org/Pod::Perldoc::GetOptsOO.txt
    Registered: Tue May 07 22:51:33 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  4. Net::protoent.txt

    package Net::protoent; use strict; use 5.006_001; our $VERSION = '1.02'; our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); our ( $p_name, @p_aliases, $p_proto ); BEGIN { use Exporter (); @EXPORT = qw(getprot...
    perldoc.perl.org/Net::protoent.txt
    Registered: Tue May 07 20:50:43 UTC 2024
    - 3K bytes
    - Viewed (0)
  5. Pod::Simple::TextContent.txt

    require 5; package Pod::Simple::TextContent; use strict; use Carp (); use Pod::Simple (); use vars qw( @ISA $VERSION ); $VERSION = '3.43'; @ISA = ('Pod::Simple'); sub new { my $self = shift; my $ne...
    perldoc.perl.org/Pod::Simple::TextContent.txt
    Registered: Tue May 07 21:32:59 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  6. 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: Tue May 07 19:30:15 UTC 2024
    - 600 bytes
    - Viewed (0)
  7. 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: Wed May 08 10:04:39 UTC 2024
    - 43.4K 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: Wed May 08 09:47:20 UTC 2024
    - 29.3K bytes
    - Viewed (0)
  9. Test::Harness.txt

    package Test::Harness; use 5.006; use strict; use warnings; use constant IS_WIN32 => ( $^O =~ /^(MS)?Win32$/ ); use constant IS_VMS => ( $^O eq 'VMS' ); use TAP::Harness (); use TAP::Parser::Aggreg...
    perldoc.perl.org/Test::Harness.txt
    Registered: Wed May 08 11:32:22 UTC 2024
    - 16.3K bytes
    - Viewed (1)
  10. Term::ReadLine.txt

    =head1 NAME Term::ReadLine - Perl interface to various C<readline> packages. If no real package is found, substitutes stubs instead of basic functions. =head1 SYNOPSIS use Term::ReadLine; my $term ...
    perldoc.perl.org/Term::ReadLine.txt
    Registered: Wed May 08 09:40:11 UTC 2024
    - 13.7K bytes
    - Viewed (0)
Back to top