- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 91 - 100 of 1,302 for label:perl (0.03 sec)
-
corelist.txt
#!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl =head1 NAME co...perldoc.perl.org/corelist.txtRegistered: Mon Dec 02 13:26:39 UTC 2024 - 15.1K bytes - Viewed (0) -
XSLoader.txt
# Generated from XSLoader_pm.PL (resolved %Config::Config value) # This file is unique for every OS use strict; no strict 'refs'; package XSLoader; our $VERSION = "0.32"; # remember to update versi...perldoc.perl.org/XSLoader.txtRegistered: Mon Dec 02 10:57:45 UTC 2024 - 11.1K bytes - Viewed (0) -
shasum.txt
#!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!perl ## shasum: filter for c...perldoc.perl.org/shasum.txtRegistered: Mon Dec 02 12:59:47 UTC 2024 - 9.8K bytes - Viewed (0) -
autodie::Util.txt
package autodie::Util; use strict; use warnings; use Exporter 5.57 qw(import); use autodie::Scope::GuardStack; our @EXPORT_OK = qw( fill_protos install_subs make_core_trampoline on_end_of_compile_s...perldoc.perl.org/autodie::Util.txtRegistered: Mon Dec 02 10:07:55 UTC 2024 - 7.6K bytes - Viewed (0) -
Time::Seconds.txt
package Time::Seconds; use strict; our $VERSION = '1.3401'; use Exporter 5.57 'import'; our @EXPORT = qw( ONE_MINUTE ONE_HOUR ONE_DAY ONE_WEEK ONE_MONTH ONE_YEAR ONE_FINANCIAL_MONTH LEAP_YEAR NON_L...perldoc.perl.org/Time::Seconds.txtRegistered: Mon Dec 02 09:55:27 UTC 2024 - 5.2K bytes - Viewed (0) -
Text::Tabs.txt
use strict; use warnings; package Text::Tabs; BEGIN { require Exporter; *import = \&Exporter::import } our @EXPORT = qw( expand unexpand $tabstop ); our $VERSION = '2024.001'; our $SUBVERSION = 'mo...perldoc.perl.org/Text::Tabs.txtRegistered: Mon Dec 02 11:49:18 UTC 2024 - 3.4K bytes - Viewed (0) -
Math::BigInt.txt
# -*- coding: utf-8-unix -*- package Math::BigInt; # # "Mike had an infinite amount to do and a negative amount of time in which # to do it." - Before and After # # The following hash values are us...perldoc.perl.org/Math::BigInt.txtRegistered: Sat Nov 30 10:48:46 UTC 2024 - 284.9K bytes - Viewed (0) -
File::Temp.txt
package File::Temp; # git description: v0.2310-3-gc7148fe # ABSTRACT: return name and handle of a temporary file safely our $VERSION = '0.2311'; #pod =begin :__INTERNALS #pod #pod =head1 PORTABILIT...perldoc.perl.org/File::Temp.txtRegistered: Sat Nov 30 09:25:32 UTC 2024 - 116.1K bytes - Viewed (0) -
IO::Compress::Deflate.txt
package IO::Compress::Deflate ; require 5.006 ; use strict ; use warnings; use bytes; require Exporter ; use IO::Compress::RawDeflate 2.212 (); use IO::Compress::Adapter::Deflate 2.212 ; use IO::Co...perldoc.perl.org/IO::Compress::Deflate.txtRegistered: Sat Nov 30 11:39:20 UTC 2024 - 24.8K bytes - Viewed (0) -
Memoize::Expire.txt
use strict; use warnings; package Memoize::Expire; our $VERSION = '1.16'; use Carp; our $DEBUG; # The format of the metadata is: # (4-byte number of last-access-time) (For LRU when I implement it) ...perldoc.perl.org/Memoize::Expire.txtRegistered: Sat Nov 30 12:37:15 UTC 2024 - 10.6K bytes - Viewed (0)