Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 2,621 for host:perldoc.perl.org (0.02 sec)

  1. User::pwent.txt

    package User::pwent 1.03; use v5.38; use Config; use Carp; our ( $pw_name, $pw_passwd, $pw_uid, $pw_gid, $pw_gecos, $pw_dir, $pw_shell, $pw_expire, $pw_change, $pw_class, $pw_age, $pw_quota, $pw_co...
    perldoc.perl.org/User::pwent.txt
    Registered: Mon Apr 07 08:22:36 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  2. XS::APItest.txt

    package XS::APItest; use strict; use warnings; use Carp; our $VERSION = '1.36'; require XSLoader; # Export everything since these functions are only used by a test script # Export subpackages too -...
    perldoc.perl.org/XS::APItest.txt
    Registered: Mon Apr 07 04:55:54 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  3. Time::gmtime.txt

    package Time::gmtime 1.05; use v5.38; use parent 'Time::tm'; our ( $tm_sec, $tm_min, $tm_hour, $tm_mday, $tm_mon, $tm_year, $tm_wday, $tm_yday, $tm_isdst, ); use Exporter 'import'; our @EXPORT = qw...
    perldoc.perl.org/Time::gmtime.txt
    Registered: Mon Apr 07 08:15:02 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  4. Test2::Require::ExtendedTesting.txt

    package Test2::Require::ExtendedTesting; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; sub skip { my $class = shift; return undef if $ENV{'EXTENDED_TESTING'}; retu...
    perldoc.perl.org/Test2::Require::ExtendedTesting.txt
    Registered: Mon Apr 07 04:32:32 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  5. Test2::Util::Guard.txt

    package Test2::Util::Guard; use strict; use warnings; use Carp qw(confess); our $VERSION = '0.000162'; sub new { confess "Can't create a Test2::Util::Guard in void context" unless (defined wantarra...
    perldoc.perl.org/Test2::Util::Guard.txt
    Registered: Mon Apr 07 04:39:32 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  6. Module::Metadata.txt

    # -*- mode: cperl; tab-width: 8; indent-tabs-mode: nil; basic-offset: 2 -*- # vim:ts=8:sw=2:et:sta:sts=2:tw=78 package Module::Metadata; # git description: v1.000037-8-g92dec6c # ABSTRACT: Gather p...
    perldoc.perl.org/Module::Metadata.txt
    Registered: Sat Apr 05 09:36:44 UTC 2025
    - 33.8K bytes
    - Viewed (0)
  7. Net::NNTP.txt

    # Net::NNTP.pm # # Copyright (C) 1995-1997 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it ...
    perldoc.perl.org/Net::NNTP.txt
    Registered: Sat Apr 05 12:10:52 UTC 2025
    - 32.7K bytes
    - Viewed (0)
  8. Pod::Perldoc::ToNroff.txt

    package Pod::Perldoc::ToNroff; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; # This is unlike ToMan.pm in that it emits the raw nroff sour...
    perldoc.perl.org/Pod::Perldoc::ToNroff.txt
    Registered: Sat Apr 05 14:54:52 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  9. TAP::Formatter::Color.txt

    package TAP::Formatter::Color; use strict; use warnings; use constant IS_WIN32 => ( $^O =~ /^(MS)?Win32$/ ); use base 'TAP::Object'; my $NO_COLOR; BEGIN { $NO_COLOR = 0; eval 'require Term::ANSICol...
    perldoc.perl.org/TAP::Formatter::Color.txt
    Registered: Sat Apr 05 15:46:18 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  10. TAP::Parser::Result::YAML.txt

    package TAP::Parser::Result::YAML; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::YAML - YAML result token. =head1 VERSION Version 3.48 =cut our $VERSION...
    perldoc.perl.org/TAP::Parser::Result::YAML.txt
    Registered: Sat Apr 05 15:17:40 UTC 2025
    - 880 bytes
    - Viewed (0)
Back to top