Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1481 - 1490 of 2,621 for host:perldoc.perl.org (0.04 sec)

  1. User::grent.txt

    package User::grent 1.05; use v5.38; our ($gr_name, $gr_gid, $gr_passwd, @gr_members); use Exporter 'import'; our @EXPORT = qw(getgrent getgrgid getgrnam getgr); our @EXPORT_OK = qw($gr_name $gr_gi...
    perldoc.perl.org/User::grent.txt
    Registered: Mon Apr 07 07:50:40 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  2. XS::Typemap.txt

    package XS::Typemap; =head1 NAME XS::Typemap - module to test the XS typemaps distributed with perl =head1 SYNOPSIS use XS::Typemap; $output = T_IV( $input ); $output = T_PV( $input ); @output = T_...
    perldoc.perl.org/XS::Typemap.txt
    Registered: Mon Apr 07 08:08:50 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  3. autodie::Scope::Guard.txt

    package autodie::Scope::Guard; use strict; use warnings; # ABSTRACT: Wrapper class for calling subs at end of scope our $VERSION = '2.37'; # VERSION # This code schedules the cleanup of subroutines...
    perldoc.perl.org/autodie::Scope::Guard.txt
    Registered: Mon Apr 07 06:02:03 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  4. Time::Piece.txt

    package Time::Piece; use strict; use XSLoader (); use Time::Seconds; use Carp; use Time::Local; use Scalar::Util qw/ blessed /; use Exporter (); our @EXPORT = qw( localtime gmtime ); our %EXPORT_TA...
    perldoc.perl.org/Time::Piece.txt
    Registered: Mon Apr 07 09:08:34 UTC 2025
    - 31.5K bytes
    - Viewed (0)
  5. TAP::Formatter::Base.txt

    package TAP::Formatter::Base; use strict; use warnings; use base 'TAP::Base'; use POSIX qw(strftime); my $MAX_ERRORS = 5; my %VALIDATION_FOR; BEGIN { %VALIDATION_FOR = ( directives => sub { shift; ...
    perldoc.perl.org/TAP::Formatter::Base.txt
    Registered: Sat Apr 05 16:23:58 UTC 2025
    - 12.1K bytes
    - Viewed (0)
  6. Symbol.txt

    package Symbol; use strict; use warnings; =head1 NAME Symbol - manipulate Perl symbols and their names =head1 SYNOPSIS use Symbol; $sym = gensym; open($sym, '<', "filename"); $_ = <$sym>; # etc. un...
    perldoc.perl.org/Symbol.txt
    Registered: Sat Apr 05 17:37:03 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  7. TAP::Parser::Result::Plan.txt

    package TAP::Parser::Result::Plan; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Plan - Plan result token. =head1 VERSION Version 3.48 =cut our $VERSION...
    perldoc.perl.org/TAP::Parser::Result::Plan.txt
    Registered: Sat Apr 05 15:40:47 UTC 2025
    - 2K bytes
    - Viewed (0)
  8. TAP::Parser::Scheduler::Spinner.txt

    package TAP::Parser::Scheduler::Spinner; use strict; use warnings; use Carp; =head1 NAME TAP::Parser::Scheduler::Spinner - A no-op job. =head1 VERSION Version 3.48 =cut our $VERSION = '3.48'; =head...
    perldoc.perl.org/TAP::Parser::Scheduler::Spinner.txt
    Registered: Sat Apr 05 16:46:41 UTC 2025
    - 990 bytes
    - Viewed (0)
  9. perlutil - utilities packaged with the Perl dis...

    perlutil ( source , CPAN ) CONTENTS NAME DESCRIPTION LIST OF UTILITIES Documentation Converters Administration Develo...
    perldoc.perl.org/perlutil
    Registered: Wed Apr 16 08:45:16 UTC 2025
    - 33.3K bytes
    - Viewed (0)
  10. perlcommunity - a brief overview of the Perl co...

    perlcommunity ( source , CPAN ) CONTENTS NAME DESCRIPTION Where to Find the Community Raku Mailing Lists and Newsgrou...
    perldoc.perl.org/perlcommunity
    Registered: Wed Apr 16 08:45:20 UTC 2025
    - 32.7K bytes
    - Viewed (0)
Back to top