Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 201 - 210 of 1,316 for label:perl (1.42 sec)

  1. File::Spec::AmigaOS.txt

    package File::Spec::AmigaOS; use strict; require File::Spec::Unix; our $VERSION = '3.94'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::AmigaOS - File::Spec for Amig...
    perldoc.perl.org/File::Spec::AmigaOS.txt
    Registered: Thu Sep 04 22:13:17 UTC 2025
    - 982 bytes
    - Viewed (0)
  2. bigfloat.txt

    package bigfloat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw...
    perldoc.perl.org/bigfloat.txt
    Registered: Wed Sep 03 21:07:48 UTC 2025
    - 21.4K bytes
    - Viewed (0)
  3. bytes.txt

    package bytes 1.09; use v5.38; BEGIN { $bytes::hint_bits = 0x0000_0008 } sub import { $^H |= $bytes::hint_bits } sub unimport { $^H &= ~$bytes::hint_bits } sub chr :prototype(_) { BEGIN { import() ...
    perldoc.perl.org/bytes.txt
    Registered: Wed Sep 03 20:45:51 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  4. autodie::skip.txt

    package autodie::skip; use strict; use warnings; our $VERSION = '2.37'; # VERSION # This package exists purely so people can inherit from it, # which isn't at all how roles are supposed to work, bu...
    perldoc.perl.org/autodie::skip.txt
    Registered: Wed Sep 03 19:47:00 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  5. IO::Uncompress::AnyUncompress.txt

    package IO::Uncompress::AnyUncompress ; use strict; use warnings; use bytes; use IO::Compress::Base::Common 2.213 (); use IO::Uncompress::Base 2.213 ; require Exporter ; our ($VERSION, @ISA, @EXPOR...
    perldoc.perl.org/IO::Uncompress::AnyUncompress.txt
    Registered: Fri Sep 05 22:17:48 UTC 2025
    - 30.9K bytes
    - Viewed (0)
  6. TAP::Harness.txt

    package TAP::Harness; use strict; use warnings; use Carp; use File::Spec; use File::Path; use IO::Handle; use base 'TAP::Base'; =head1 NAME TAP::Harness - Run test scripts with statistics =head1 VE...
    perldoc.perl.org/TAP::Harness.txt
    Registered: Sat Sep 06 02:36:47 UTC 2025
    - 29K bytes
    - Viewed (0)
  7. SelfLoader.txt

    package SelfLoader; use 5.008; use strict; use IO::Handle; our $VERSION = "1.28"; # The following bit of eval-magic is necessary to make this work on # perls < 5.009005. our $AttrList; BEGIN { if (...
    perldoc.perl.org/SelfLoader.txt
    Registered: Sat Sep 06 02:18:43 UTC 2025
    - 17.1K bytes
    - Viewed (0)
  8. Net::libnetFAQ.txt

    =head1 NAME libnetFAQ - libnet Frequently Asked Questions =head1 DESCRIPTION =head2 Where to get this document This document is distributed with the libnet distribution, and is also available on th...
    perldoc.perl.org/Net::libnetFAQ.txt
    Registered: Fri Sep 05 21:22:14 UTC 2025
    - 9.7K bytes
    - Viewed (0)
  9. Pod::Simple::PullParserStartToken.txt

    package Pod::Simple::PullParserStartToken; use strict; use warnings; use Pod::Simple::PullParserToken (); our @ISA = ('Pod::Simple::PullParserToken'); our $VERSION = '3.45'; sub new { # Class->new(...
    perldoc.perl.org/Pod::Simple::PullParserStartToken.txt
    Registered: Fri Sep 05 20:32:29 UTC 2025
    - 4K bytes
    - Viewed (0)
  10. Pod::Simple::PullParserEndToken.txt

    package Pod::Simple::PullParserEndToken; use strict; use warnings; use Pod::Simple::PullParserToken (); our @ISA = ('Pod::Simple::PullParserToken'); our $VERSION = '3.45'; sub new { # Class->new(ta...
    perldoc.perl.org/Pod::Simple::PullParserEndToken.txt
    Registered: Fri Sep 05 20:22:28 UTC 2025
    - 2.8K bytes
    - Viewed (0)
Back to top