- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 141 - 150 of 1,304 for label:perl (0.03 sec)
-
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: Sat Apr 12 13:56:01 UTC 2025 - 1.2K bytes - Viewed (0) -
CPAN.txt
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.36'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...perldoc.perl.org/CPAN.txtRegistered: Sun Apr 13 03:57:21 UTC 2025 - 144.4K bytes - Viewed (0) -
threads.txt
package threads; use 5.008; use strict; use warnings; our $VERSION = '2.40'; # remember to update version in POD! my $XS_VERSION = $VERSION; #$VERSION = eval $VERSION; # Verify this Perl supports t...perldoc.perl.org/threads.txtRegistered: Sat Apr 12 18:41:26 UTC 2025 - 37.1K bytes - Viewed (0) -
B::Op_private.txt
# -*- mode: Perl; buffer-read-only: t -*- # # lib/B/Op_private.pm # # Copyright (C) 2014 by Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License o...perldoc.perl.org/B::Op_private.txtRegistered: Sat Apr 12 20:42:43 UTC 2025 - 41K bytes - Viewed (0) -
bigfloat.txt
package bigfloat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw...perldoc.perl.org/bigfloat.txtRegistered: Sat Apr 12 18:35:21 UTC 2025 - 21.4K bytes - Viewed (0) -
Digest::MD5.txt
package Digest::MD5; use strict; use warnings; our $VERSION = '2.58_01'; require Exporter; *import = \&Exporter::import; our @EXPORT_OK = qw(md5 md5_hex md5_base64); our @ISA; eval { require Digest...perldoc.perl.org/Digest::MD5.txtRegistered: Sat Apr 12 21:29:10 UTC 2025 - 10.7K bytes - Viewed (0) -
fields.txt
use 5.008; package fields; require 5.005; use strict; no strict 'refs'; unless( eval q{require warnings::register; warnings::register->import; 1} ) { *warnings::warnif = sub { require Carp; Carp::c...perldoc.perl.org/fields.txtRegistered: Sat Apr 12 15:37:13 UTC 2025 - 9.2K bytes - Viewed (0) -
encoding::warnings.txt
package encoding::warnings; $encoding::warnings::VERSION = '0.14'; use strict; use 5.007; =head1 NAME encoding::warnings - Warn on implicit encoding conversions =head1 VERSION This document describ...perldoc.perl.org/encoding::warnings.txtRegistered: Sat Apr 12 17:07:10 UTC 2025 - 7K bytes - Viewed (0) -
Encode::Encoder.txt
# # $Id: Encoder.pm,v 2.3 2013/09/14 07:51:59 dankogai Exp $ # package Encode::Encoder; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ); sprintf "%d." . "%02d"...perldoc.perl.org/Encode::Encoder.txtRegistered: Sat Apr 12 22:33:36 UTC 2025 - 6.2K bytes - Viewed (0) -
Encode::Config.txt
# # Demand-load module list # package Encode::Config; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use strict; use warnings; our %ExtModule = ( #...perldoc.perl.org/Encode::Config.txtRegistered: Sat Apr 12 20:14:01 UTC 2025 - 5.9K bytes - Viewed (0)