- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1411 - 1420 of 3,812 for filetype:txt (0.1 sec)
-
parent.txt
package parent; use strict; our $VERSION = '0.241'; sub import { my $class = shift; my $inheritor = caller(0); if ( @_ and $_[0] eq '-norequire' ) { shift @_; } else { for ( my @filename = @_ ) { s...perldoc.perl.org/parent.txtRegistered: Sun Apr 20 09:08:45 UTC 2025 - 2.6K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 20 09:33:18 UTC 2025 - 1.2K bytes - Viewed (0) -
IO::Uncompress::RawInflate.txt
package IO::Uncompress::RawInflate ; # for RFC1951 use strict ; use warnings; use bytes; use Compress::Raw::Zlib 2.212 ; use IO::Compress::Base::Common 2.212 qw(:Status ); use IO::Uncompress::Base ...perldoc.perl.org/IO::Uncompress::RawInflate.txtRegistered: Mon Apr 21 08:03:22 UTC 2025 - 31.7K bytes - Viewed (0) -
Net::POP3.txt
# Net::POP3.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it ...perldoc.perl.org/Net::POP3.txtRegistered: Mon Apr 21 09:46:43 UTC 2025 - 21.1K bytes - Viewed (0) -
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.txtRegistered: Mon Apr 21 06:54:15 UTC 2025 - 18.5K bytes - Viewed (0) -
Pod::Html::Util.txt
package Pod::Html::Util; use strict; use Exporter 'import'; our $VERSION = 1.35; # Please keep in synch with lib/Pod/Html.pm $VERSION = eval $VERSION; our @EXPORT_OK = qw( anchorify html_escape htm...perldoc.perl.org/Pod::Html::Util.txtRegistered: Mon Apr 21 09:31:54 UTC 2025 - 8.5K bytes - Viewed (0) -
Net::Netrc.txt
# Net::Netrc.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 it...perldoc.perl.org/Net::Netrc.txtRegistered: Mon Apr 21 07:24:56 UTC 2025 - 8K bytes - Viewed (0) -
Pod::Simple::Methody.txt
package Pod::Simple::Methody; use strict; use warnings; use Pod::Simple (); our $VERSION = '3.45'; our @ISA = ('Pod::Simple'); # Yes, we could use named variables, but I want this to be impose # as...perldoc.perl.org/Pod::Simple::Methody.txtRegistered: Mon Apr 21 06:44:29 UTC 2025 - 3.5K bytes - Viewed (0) -
File::Spec::Cygwin.txt
package File::Spec::Cygwin; use strict; require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Cygwin - methods for Cygwin fi...perldoc.perl.org/File::Spec::Cygwin.txtRegistered: Mon Apr 21 05:11:51 UTC 2025 - 3.5K bytes - Viewed (0) -
Encode::MIME::Name.txt
package Encode::MIME::Name; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 1.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; # NOTE: This table must be 1:1 mapping our %MI...perldoc.perl.org/Encode::MIME::Name.txtRegistered: Mon Apr 21 05:16:35 UTC 2025 - 3.7K bytes - Viewed (0)