Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 351 - 360 of 1,302 for label:perl (0.04 sec)

  1. GDBM_File.txt

    # GDBM_File.pm -- Perl 5 interface to GNU gdbm library. =head1 NAME GDBM_File - Perl5 access to the gdbm library. =head1 SYNOPSIS use GDBM_File; [$db =] tie %hash, 'GDBM_File', $filename, GDBM_WRCR...
    perldoc.perl.org/GDBM_File.txt
    Registered: Sat Nov 16 19:37:11 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  2. NEXT.txt

    package NEXT; use Carp; use strict; use warnings; use overload (); our $VERSION = '0.69'; sub NEXT::ELSEWHERE::ancestors { my @inlist = shift; my @outlist = (); while (my $next = shift @inlist) { p...
    perldoc.perl.org/NEXT.txt
    Registered: Sat Nov 16 20:32:15 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  3. 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: Sat Nov 16 17:23:58 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  4. IO::Dir.txt

    # IO::Dir.pm # # Copyright (c) 1997-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 it...
    perldoc.perl.org/IO::Dir.txt
    Registered: Sat Nov 16 18:10:16 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  5. Net::netent.txt

    package Net::netent 1.02; use v5.38; our ( $n_name, @n_aliases, $n_addrtype, $n_net ); use Exporter 'import'; our @EXPORT = qw(getnetbyname getnetbyaddr getnet); our @EXPORT_OK = qw( $n_name @n_ali...
    perldoc.perl.org/Net::netent.txt
    Registered: Sat Nov 16 18:37:45 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  6. MIME::QuotedPrint.txt

    package MIME::QuotedPrint; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(encode_qp decode_qp); our $VERSION = '3.16_01'; use MIME::Base64; # will load XS ver...
    perldoc.perl.org/MIME::QuotedPrint.txt
    Registered: Sat Nov 16 20:02:23 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  7. Net::servent.txt

    package Net::servent 1.04; use v5.38; our ( $s_name, @s_aliases, $s_port, $s_proto ); use Exporter 'import'; our @EXPORT = qw(getservbyname getservbyport getservent getserv); our @EXPORT_OK = qw( $...
    perldoc.perl.org/Net::servent.txt
    Registered: Sat Nov 16 18:42:03 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  8. CPAN.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.36'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...
    perldoc.perl.org/CPAN.txt
    Registered: Fri Nov 15 16:54:55 UTC 2024
    - 144.4K bytes
    - Viewed (0)
  9. Test2.txt

    package Test2; use strict; use warnings; our $VERSION = '1.302199'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2 - Framework for writing test tools that all work together. =head1 DESCRIPTION T...
    perldoc.perl.org/Test2.txt
    Registered: Mon Nov 18 00:13:34 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  10. Test2::Compare::Float.txt

    package Test2::Compare::Float; use strict; use warnings; use Carp qw/confess/; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; our $DEFAULT_TOLERANCE = 1e-08; use Test2::Util::HashBase ...
    perldoc.perl.org/Test2::Compare::Float.txt
    Registered: Mon Nov 18 01:58:15 UTC 2024
    - 4K bytes
    - Viewed (0)
Back to top