Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 771 - 780 of 1,306 for label:perl (0.07 sec)

  1. File::Find.txt

    package File::Find; use 5.006; use strict; use warnings; use warnings::register; use Exporter 'import'; require Cwd; require File::Basename; require File::Spec; our $VERSION = '1.44'; our @EXPORT =...
    perldoc.perl.org/File::Find.txt
    Registered: Sat May 31 05:50:27 UTC 2025
    - 36.6K bytes
    - Viewed (0)
  2. Net::SMTP.txt

    # Net::SMTP.pm # # Copyright (C) 1995-2004 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::SMTP.txt
    Registered: Sat May 31 06:46:41 UTC 2025
    - 28.5K bytes
    - Viewed (0)
  3. IO::Uncompress::Base.txt

    package IO::Uncompress::Base ; use strict ; use warnings; use bytes; our (@ISA, $VERSION, @EXPORT_OK, %EXPORT_TAGS); @ISA = qw(IO::File Exporter); $VERSION = '2.212'; use constant G_EOF => 0 ; use ...
    perldoc.perl.org/IO::Uncompress::Base.txt
    Registered: Sat May 31 04:22:35 UTC 2025
    - 37.6K bytes
    - Viewed (0)
  4. Filter::Simple.txt

    package Filter::Simple; use Text::Balanced ':ALL'; our $VERSION = '0.96'; use Filter::Util::Call; use Carp; our @EXPORT = qw( FILTER FILTER_ONLY ); sub import { if (@_>1) { shift; goto &FILTER } el...
    perldoc.perl.org/Filter::Simple.txt
    Registered: Sat May 31 03:59:26 UTC 2025
    - 23.4K bytes
    - Viewed (0)
  5. IO::Pipe.txt

    # IO::Pipe.pm # # Copyright (c) 1996-8 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 i...
    perldoc.perl.org/IO::Pipe.txt
    Registered: Sat May 31 04:44:41 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  6. Net::hostent.txt

    package Net::hostent 1.04; use v5.38; our ( $h_name, @h_aliases, $h_addrtype, $h_length, @h_addr_list, $h_addr ); use Exporter 'import'; our @EXPORT = qw(gethostbyname gethostbyaddr gethost); our @...
    perldoc.perl.org/Net::hostent.txt
    Registered: Sat May 31 08:21:27 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  7. TAP::Formatter::Console::ParallelSession.txt

    package TAP::Formatter::Console::ParallelSession; use strict; use warnings; use File::Spec; use File::Path; use Carp; use base 'TAP::Formatter::Console::Session'; use constant WIDTH => 72; # Becaus...
    perldoc.perl.org/TAP::Formatter::Console::ParallelSession.txt
    Registered: Sat May 31 07:45:28 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  8. Safe.txt

    package Safe; use 5.003_11; use Scalar::Util qw(reftype refaddr); $Safe::VERSION = "2.46"; # *** Don't declare any lexicals above this point *** # # This function should return a closure which cont...
    perldoc.perl.org/Safe.txt
    Registered: Sat May 31 21:17:44 UTC 2025
    - 24.8K bytes
    - Viewed (0)
  9. Pod::Simple::RTF.txt

    package Pod::Simple::RTF; use strict; use warnings; #sub DEBUG () {4}; #sub Pod::Simple::DEBUG () {4}; #sub Pod::Simple::PullParser::DEBUG () {4}; our $VERSION = '3.45'; use Pod::Simple::PullParser...
    perldoc.perl.org/Pod::Simple::RTF.txt
    Registered: Sat May 31 19:14:02 UTC 2025
    - 22.9K bytes
    - Viewed (0)
  10. Test2::Compare::Delta.txt

    package Test2::Compare::Delta; use strict; use warnings; our $VERSION = '0.000162'; use Test2::Util::HashBase qw{verified id got chk children dne exception note}; use Test2::EventFacet::Info::Table...
    perldoc.perl.org/Test2::Compare::Delta.txt
    Registered: Sat May 31 22:25:09 UTC 2025
    - 13.7K bytes
    - Viewed (0)
Back to top