Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 471 - 480 of 3,197 for filetype:txt (0.07 sec)

  1. Thread::Queue.txt

    package Thread::Queue; use strict; use warnings; our $VERSION = '3.14'; # remember to update version in POD! $VERSION = eval $VERSION; use threads::shared 1.21; use Scalar::Util 1.10 qw(looks_like_...
    perldoc.perl.org/Thread::Queue.txt
    Registered: Mon Nov 18 21:29:38 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  2. autodie::Util.txt

    package autodie::Util; use strict; use warnings; use Exporter 5.57 qw(import); use autodie::Scope::GuardStack; our @EXPORT_OK = qw( fill_protos install_subs make_core_trampoline on_end_of_compile_s...
    perldoc.perl.org/autodie::Util.txt
    Registered: Mon Nov 18 18:12:42 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  3. Time::Seconds.txt

    package Time::Seconds; use strict; our $VERSION = '1.3401'; use Exporter 5.57 'import'; our @EXPORT = qw( ONE_MINUTE ONE_HOUR ONE_DAY ONE_WEEK ONE_MONTH ONE_YEAR ONE_FINANCIAL_MONTH LEAP_YEAR NON_L...
    perldoc.perl.org/Time::Seconds.txt
    Registered: Mon Nov 18 19:14:45 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  4. Tie::Scalar.txt

    package Tie::Scalar; our $VERSION = '1.06'; =head1 NAME Tie::Scalar, Tie::StdScalar - base class definitions for tied scalars =head1 SYNOPSIS package NewScalar; require Tie::Scalar; @ISA = qw(Tie::...
    perldoc.perl.org/Tie::Scalar.txt
    Registered: Mon Nov 18 22:12:16 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  5. Text::Tabs.txt

    use strict; use warnings; package Text::Tabs; BEGIN { require Exporter; *import = \&Exporter::import } our @EXPORT = qw( expand unexpand $tabstop ); our $VERSION = '2024.001'; our $SUBVERSION = 'mo...
    perldoc.perl.org/Text::Tabs.txt
    Registered: Mon Nov 18 21:03:12 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  6. 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 Nov 18 21:49:14 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  7. 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 Nov 18 22:18:52 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  8. 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 Nov 18 18:05:22 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  9. Text::Balanced.txt

    # Copyright (C) 1997-2001 Damian Conway. All rights reserved. # Copyright (C) 2009 Adam Kennedy. # Copyright (C) 2015, 2022 Steve Hay and other contributors. All rights # reserved. # This module is...
    perldoc.perl.org/Text::Balanced.txt
    Registered: Tue Nov 19 00:20:29 UTC 2024
    - 78.9K bytes
    - Viewed (0)
  10. 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 Nov 18 23:43:56 UTC 2024
    - 31.5K bytes
    - Viewed (0)
Back to top