- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2301 - 2310 of 3,449 for filetype:txt (0.2 sec)
-
mro.txt
# mro.pm # # Copyright (c) 2007 Brandon L Black # Copyright (c) 2008,2009 Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License or the Artistic Lic...perldoc.perl.org/mro.txtRegistered: Thu Sep 04 09:35:29 UTC 2025 - 9.6K bytes - Viewed (0) -
if.txt
package if; use strict; our $VERSION = '0.0610'; sub work { my $method = shift() ? 'import' : 'unimport'; unless (@_ >= 2) { my $type = ($method eq 'import') ? 'use' : 'no'; die "Too few arguments ...perldoc.perl.org/if.txtRegistered: Thu Sep 04 08:21:53 UTC 2025 - 3.5K bytes - Viewed (0) -
IPC::Cmd.txt
package IPC::Cmd; use strict; BEGIN { use constant IS_VMS => $^O eq 'VMS' ? 1 : 0; use constant IS_WIN32 => $^O eq 'MSWin32' ? 1 : 0; use constant IS_HPUX => $^O eq 'hpux' ? 1 : 0; use constant IS_...perldoc.perl.org/IPC::Cmd.txtRegistered: Fri Sep 05 15:16:31 UTC 2025 - 66K bytes - Viewed (0) -
Math::BigInt::Lib.txt
package Math::BigInt::Lib; use 5.006001; use strict; use warnings; our $VERSION = '2.005002'; $VERSION =~ tr/_//d; use Carp; use overload # overload key: with_assign '+' => sub { my $class = ref $_...perldoc.perl.org/Math::BigInt::Lib.txtRegistered: Fri Sep 05 17:30:45 UTC 2025 - 78.8K bytes - Viewed (0) -
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.txtRegistered: Fri Sep 05 14:16:41 UTC 2025 - 35.3K bytes - Viewed (0) -
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.txtRegistered: Fri Sep 05 17:55:41 UTC 2025 - 22.9K bytes - Viewed (0) -
Pod::Simple::PullParser.txt
package Pod::Simple::PullParser; use strict; our $VERSION = '3.45'; use Pod::Simple (); BEGIN {our @ISA = ('Pod::Simple')} use Carp (); use Pod::Simple::PullParserStartToken; use Pod::Simple::PullP...perldoc.perl.org/Pod::Simple::PullParser.txtRegistered: Fri Sep 05 16:03:03 UTC 2025 - 25.1K bytes - Viewed (0) -
IO::Zlib.txt
# IO::Zlib.pm # # Copyright (c) 1998-2004 Tom Hughes <tom@compton.nu>. # All rights reserved. This program is free software; you can redistribute # it and/or modify it under the same terms as Perl ...perldoc.perl.org/IO::Zlib.txtRegistered: Fri Sep 05 15:11:12 UTC 2025 - 15.7K bytes - Viewed (0) -
IPC::Msg.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::Msg.txtRegistered: Fri Sep 05 15:23:29 UTC 2025 - 4.4K bytes - Viewed (0) -
Pod::Perldoc::ToANSI.txt
package Pod::Perldoc::ToANSI; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_...perldoc.perl.org/Pod::Perldoc::ToANSI.txtRegistered: Fri Sep 05 12:27:10 UTC 2025 - 2.2K bytes - Viewed (0)