- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 921 - 930 of 1,302 for label:perl (0.04 sec)
-
Compress::Raw::Bzip2.txt
package Compress::Raw::Bzip2; use strict ; use warnings ; require 5.006 ; require Exporter; use Carp ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); $VERSION = '2.212'; $XS_VER...perldoc.perl.org/Compress::Raw::Bzip2.txtRegistered: Sat Nov 16 08:36:21 UTC 2024 - 10.7K bytes - Viewed (0) -
Encode::JP::H2Z.txt
# # $Id: H2Z.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp $ # package Encode::JP::H2Z; use strict; use warnings; our $RCSID = q$Id: H2Z.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp $; our $VERSION = do {...perldoc.perl.org/Encode::JP::H2Z.txtRegistered: Sat Nov 16 10:36:22 UTC 2024 - 5K bytes - Viewed (0) -
ExtUtils::MM.txt
package ExtUtils::MM; use strict; use warnings; use ExtUtils::MakeMaker::Config; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::Liblist; require ExtUtils::MakeMaker; our @ISA = qw(Ex...perldoc.perl.org/ExtUtils::MM.txtRegistered: Sat Nov 16 07:51:00 UTC 2024 - 2.1K bytes - Viewed (0) -
Digest::base.txt
package Digest::base; use strict; use warnings; our $VERSION = "1.20"; # subclass is supposed to implement at least these sub new; sub clone; sub add; sub digest; sub reset { my $self = shift; $sel...perldoc.perl.org/Digest::base.txtRegistered: Sat Nov 16 09:49:57 UTC 2024 - 1.9K bytes - Viewed (0) -
ExtUtils::MM_DOS.txt
package ExtUtils::MM_DOS; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Any; require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Uni...perldoc.perl.org/ExtUtils::MM_DOS.txtRegistered: Sat Nov 16 11:16:25 UTC 2024 - 1K bytes - Viewed (0) -
Encode::Symbol.txt
package Encode::Symbol; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAG...perldoc.perl.org/Encode::Symbol.txtRegistered: Sat Nov 16 11:22:41 UTC 2024 - 847 bytes - Viewed (0) -
Safe.txt
package Safe; use 5.003_11; use Scalar::Util qw(reftype refaddr); $Safe::VERSION = "2.46"; # *** Don't declare any lexicals above this point *** # # This function should return a closure which cont...perldoc.perl.org/Safe.txtRegistered: Sun Nov 17 05:44:43 UTC 2024 - 24.8K bytes - Viewed (0) -
Pod::Perldoc::ToMan.txt
require 5.006; package Pod::Perldoc::ToMan; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; use File::Spec::Functions qw(catfile); use Pod::...perldoc.perl.org/Pod::Perldoc::ToMan.txtRegistered: Sun Nov 17 06:43:40 UTC 2024 - 13.9K bytes - Viewed (0) -
Pod::Text::Color.txt
# Convert POD data to formatted color ASCII text # # This is just a basic proof of concept. It should later be modified to make # better use of color, take options changing what colors are used for...perldoc.perl.org/Pod::Text::Color.txtRegistered: Sun Nov 17 05:42:33 UTC 2024 - 6.4K bytes - Viewed (0) -
TAP::Parser::Result::Test.txt
package TAP::Parser::Result::Test; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Test - Test result token. =head1 VERSION Version 3.48 =cut our $VERSION...perldoc.perl.org/TAP::Parser::Result::Test.txtRegistered: Sun Nov 17 07:09:13 UTC 2024 - 5.9K bytes - Viewed (0)