- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2101 - 2110 of 3,812 for filetype:txt (0.28 sec)
-
IO::Compress::Deflate.txt
package IO::Compress::Deflate ; require 5.006 ; use strict ; use warnings; use bytes; require Exporter ; use IO::Compress::RawDeflate 2.212 (); use IO::Compress::Adapter::Deflate 2.212 ; use IO::Co...perldoc.perl.org/IO::Compress::Deflate.txtRegistered: Mon Apr 21 15:47:49 UTC 2025 - 24.8K bytes - Viewed (0) -
IPC::Semaphore.txt
########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...perldoc.perl.org/IPC::Semaphore.txtRegistered: Mon Apr 21 08:54:42 UTC 2025 - 6.3K bytes - Viewed (0) -
Pod::Simple::DumpAsText.txt
package Pod::Simple::DumpAsText; use strict; our $VERSION = '3.45'; use Pod::Simple (); BEGIN { our @ISA = ('Pod::Simple')} use Carp (); BEGIN { *DEBUG = \&Pod::Simple::DEBUG unless defined &DEBUG ...perldoc.perl.org/Pod::Simple::DumpAsText.txtRegistered: Mon Apr 21 11:04:22 UTC 2025 - 3.9K bytes - Viewed (0) -
ODBM_File.txt
package ODBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.18"; XSLoader::load(); 1; __END__ =head1 NAME ODBM_File - Tied access t...perldoc.perl.org/ODBM_File.txtRegistered: Mon Apr 21 12:54:15 UTC 2025 - 2.9K bytes - Viewed (0) -
PerlIO::encoding.txt
package PerlIO::encoding; use strict; our $VERSION = '0.31'; our $DEBUG = 0; $DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n"; # # Equivalent of this is done in encoding.xs - do...perldoc.perl.org/PerlIO::encoding.txtRegistered: Mon Apr 21 13:20:26 UTC 2025 - 1.2K bytes - Viewed (0) -
Memoize::Storable.txt
use strict; use warnings; package Memoize::Storable; our $VERSION = '1.16'; use Storable 1.002 (); # for lock_* function variants our $Verbose; sub TIEHASH { my $package = shift; my $filename = shi...perldoc.perl.org/Memoize::Storable.txtRegistered: Mon Apr 21 15:02:40 UTC 2025 - 1.3K bytes - Viewed (0) -
Math::BigInt::Calc.txt
package Math::BigInt::Calc; use 5.006001; use strict; use warnings; use Carp qw< carp croak >; use Math::BigInt::Lib; our $VERSION = '2.003002'; $VERSION =~ tr/_//d; our @ISA = ('Math::BigInt::Lib'...perldoc.perl.org/Math::BigInt::Calc.txtRegistered: Mon Apr 21 18:04:47 UTC 2025 - 74.2K bytes - Viewed (0) -
Math::Trig.txt
# # Trigonometric functions, mostly inherited from Math::Complex. # -- Jarkko Hietaniemi, since April 1997 # -- Raphael Manfredi, September 1996 (indirectly: because of Math::Complex) # package Mat...perldoc.perl.org/Math::Trig.txtRegistered: Mon Apr 21 19:45:21 UTC 2025 - 21.4K bytes - Viewed (0) -
IO::Compress::FAQ.txt
=head1 NAME IO::Compress::FAQ -- Frequently Asked Questions about IO::Compress =head1 DESCRIPTION Common questions answered. =head1 GENERAL =head2 Compatibility with Unix compress/uncompress. Altho...perldoc.perl.org/IO::Compress::FAQ.txtRegistered: Mon Apr 21 16:50:40 UTC 2025 - 20.5K bytes - Viewed (0) -
Test2::Bundle::Extended.txt
package Test2::Bundle::Extended; use strict; use warnings; use Test2::V0; our $VERSION = '0.000162'; BEGIN { push @Test2::Bundle::Extended::ISA => 'Test2::V0'; no warnings 'once'; *EXPORT = \@Test2...perldoc.perl.org/Test2::Bundle::Extended.txtRegistered: Mon Apr 21 22:03:41 UTC 2025 - 7.5K bytes - Viewed (0)