Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 761 - 770 of 1,306 for label:perl (0.05 sec)

  1. Locale::Maketext::GutsLoader.txt

    package Locale::Maketext::GutsLoader; use Locale::Maketext; our $VERSION = '1.20'; sub zorp { return scalar @_ } =head1 NAME Locale::Maketext::GutsLoader - Deprecated module to load Locale::Maketex...
    perldoc.perl.org/Locale::Maketext::GutsLoader.txt
    Registered: Fri May 30 23:26:36 UTC 2025
    - 490 bytes
    - Viewed (0)
  2. Net::Ping.txt

    package Net::Ping; require 5.002; require Exporter; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION $def_timeout $def_proto $def_factor $def_family $max_datasize $pingstring $hires $source...
    perldoc.perl.org/Net::Ping.txt
    Registered: Sat May 31 08:07:43 UTC 2025
    - 82.1K bytes
    - Viewed (0)
  3. Locale::Maketext::TPJ13.txt

    # This document contains text in Perl "POD" format. # Use a POD viewer like perldoc or perlman to render it. =head1 NAME Locale::Maketext::TPJ13 -- article about software localization =head1 SYNOPS...
    perldoc.perl.org/Locale::Maketext::TPJ13.txt
    Registered: Sat May 31 06:21:18 UTC 2025
    - 35.3K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top