Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3231 - 3240 of 3,417 for filetype:txt (0.07 sec)

  1. ExtUtils::MM_BeOS.txt

    package ExtUtils::MM_BeOS; use strict; use warnings; =head1 NAME ExtUtils::MM_BeOS - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_BeOS; # Done internal...
    perldoc.perl.org/ExtUtils::MM_BeOS.txt
    Registered: Sat Feb 15 01:19:52 UTC 2025
    - 1K bytes
    - Viewed (0)
  2. DBM_Filter::int32.txt

    package DBM_Filter::int32 ; use strict; use warnings; our $VERSION = '0.03'; # todo get Filter to figure endian. sub Store { $_ = 0 if ! defined $_ || $_ eq "" ; $_ = pack("i", $_); } sub Fetch { n...
    perldoc.perl.org/DBM_Filter::int32.txt
    Registered: Sat Feb 15 01:34:49 UTC 2025
    - 754 bytes
    - Viewed (0)
  3. Math::BigRat.txt

    # # "Tax the rat farms." - Lord Vetinari # # The following hash values are used: # sign : "+", "-", "+inf", "-inf", or "NaN" # _d : denominator # _n : numerator (value = _n/_d) # accuracy : accurac...
    perldoc.perl.org/Math::BigRat.txt
    Registered: Sat Feb 15 09:35:51 UTC 2025
    - 94.8K bytes
    - Viewed (0)
  4. List::Util.txt

    # Copyright (c) 1997-2009 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 itself. # # Ma...
    perldoc.perl.org/List::Util.txt
    Registered: Sat Feb 15 11:08:36 UTC 2025
    - 26.4K bytes
    - Viewed (0)
  5. IO::Compress::Base.txt

    package IO::Compress::Base ; require 5.006 ; use strict ; use warnings; use IO::Compress::Base::Common 2.212 ; use IO::File (); ; use Scalar::Util (); #use File::Glob; #require Exporter ; use Carp(...
    perldoc.perl.org/IO::Compress::Base.txt
    Registered: Sat Feb 15 07:49:39 UTC 2025
    - 23.5K bytes
    - Viewed (0)
  6. I18N::Langinfo.txt

    package I18N::Langinfo; use 5.006; use strict; use warnings; use Carp; use Exporter 'import'; require XSLoader; our @EXPORT = qw(langinfo); our @EXPORT_OK = qw( ABDAY_1 ABDAY_2 ABDAY_3 ABDAY_4 ABDA...
    perldoc.perl.org/I18N::Langinfo.txt
    Registered: Sat Feb 15 07:19:40 UTC 2025
    - 14.1K bytes
    - Viewed (0)
  7. Filter::Util::Call.txt

    # Call.pm # # Copyright (c) 1995-2011 Paul Marquess. All rights reserved. # Copyright (c) 2011-2014, 2018-2022 Reini Urban. All rights reserved. # Copyright (c) 2014-2017 cPanel Inc. All rights res...
    perldoc.perl.org/Filter::Util::Call.txt
    Registered: Sat Feb 15 09:12:41 UTC 2025
    - 13.7K bytes
    - Viewed (0)
  8. Net::Config.txt

    # Net::Config.pm # # Copyright (C) 2000 Graham Barr. All rights reserved. # Copyright (C) 2013-2014, 2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute ...
    perldoc.perl.org/Net::Config.txt
    Registered: Sat Feb 15 04:09:57 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  9. Net::Domain.txt

    # Net::Domain.pm # # Copyright (C) 1995-1998 Graham Barr. All rights reserved. # Copyright (C) 2013-2014, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute i...
    perldoc.perl.org/Net::Domain.txt
    Registered: Sat Feb 15 06:44:25 UTC 2025
    - 8.6K bytes
    - Viewed (0)
  10. Getopt::Std.txt

    package Getopt::Std; use strict; use warnings; require Exporter; =head1 NAME Getopt::Std - Process single-character switches with switch clustering =head1 SYNOPSIS use Getopt::Std; getopts('oif:');...
    perldoc.perl.org/Getopt::Std.txt
    Registered: Sat Feb 15 10:40:36 UTC 2025
    - 8.9K bytes
    - Viewed (0)
Back to top