- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 811 - 820 of 1,306 for label:perl (0.05 sec)
-
ExtUtils::XSSymSet.txt
package ExtUtils::XSSymSet; use strict; use Config; our $VERSION = '1.4'; sub new { my($pkg,$maxlen,$silent) = @_; $maxlen ||= 31; # Allow absurdly long symbols here if we've told the compiler to #...perldoc.perl.org/ExtUtils::XSSymSet.txtRegistered: Sun Apr 13 14:31:53 UTC 2025 - 7.6K bytes - Viewed (0) -
ExtUtils::Typemaps::InputMap.txt
package ExtUtils::Typemaps::InputMap; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; =head1 NAME ExtUtils::Typemaps::InputMap - Entry in the INPUT section of a typemap =head1 SYNOPS...perldoc.perl.org/ExtUtils::Typemaps::InputMap.txtRegistered: Sun Apr 13 12:52:14 UTC 2025 - 1.9K bytes - Viewed (0) -
ExtUtils::MakeMaker::Config.txt
package ExtUtils::MakeMaker::Config; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Config (); # Give us an overridable config. our %Config = %Config::Config; sub import ...perldoc.perl.org/ExtUtils::MakeMaker::Config.txtRegistered: Sun Apr 13 13:10:02 UTC 2025 - 602 bytes - Viewed (0) -
File::Path.txt
package File::Path; use 5.005_04; use strict; use Cwd 'getcwd'; use File::Basename (); use File::Spec (); BEGIN { if ( $] < 5.006 ) { # can't say 'opendir my $dh, $dirname' # need to initialise $dh...perldoc.perl.org/File::Path.txtRegistered: Sun Apr 13 22:27:17 UTC 2025 - 42.2K bytes - Viewed (0) -
File::Find.txt
package File::Find; use 5.006; use strict; use warnings; use warnings::register; use Exporter 'import'; require Cwd; require File::Basename; require File::Spec; our $VERSION = '1.44'; our @EXPORT =...perldoc.perl.org/File::Find.txtRegistered: Mon Apr 14 01:36:25 UTC 2025 - 36.6K bytes - Viewed (0) -
IO::Compress::RawDeflate.txt
package IO::Compress::RawDeflate ; # create RFC1951 # use strict ; use warnings; use bytes; use IO::Compress::Base 2.212 ; use IO::Compress::Base::Common 2.212 qw(:Status :Parse); use IO::Compress:...perldoc.perl.org/IO::Compress::RawDeflate.txtRegistered: Mon Apr 14 02:49:22 UTC 2025 - 28.3K bytes - Viewed (0) -
IO::Uncompress::Base.txt
package IO::Uncompress::Base ; use strict ; use warnings; use bytes; our (@ISA, $VERSION, @EXPORT_OK, %EXPORT_TAGS); @ISA = qw(IO::File Exporter); $VERSION = '2.212'; use constant G_EOF => 0 ; use ...perldoc.perl.org/IO::Uncompress::Base.txtRegistered: Mon Apr 14 03:12:32 UTC 2025 - 37.6K bytes - Viewed (0) -
Filter::Simple.txt
package Filter::Simple; use Text::Balanced ':ALL'; our $VERSION = '0.96'; use Filter::Util::Call; use Carp; our @EXPORT = qw( FILTER FILTER_ONLY ); sub import { if (@_>1) { shift; goto &FILTER } el...perldoc.perl.org/Filter::Simple.txtRegistered: Sun Apr 13 23:11:09 UTC 2025 - 23.4K bytes - Viewed (0) -
Locale::Maketext::Simple.txt
package Locale::Maketext::Simple; $Locale::Maketext::Simple::VERSION = '0.21_01'; use strict; use 5.005; =head1 NAME Locale::Maketext::Simple - Simple interface to Locale::Maketext::Lexicon =head1 ...perldoc.perl.org/Locale::Maketext::Simple.txtRegistered: Mon Apr 14 02:57:01 UTC 2025 - 9.6K bytes - Viewed (0) -
File::Spec::Win32.txt
package File::Spec::Win32; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); # Some regexes we use for path splitting my...perldoc.perl.org/File::Spec::Win32.txtRegistered: Mon Apr 14 02:35:14 UTC 2025 - 10.5K bytes - Viewed (0)