- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 41 - 50 of 337 for timestamp:[now/d-1d TO *] (0.02 sec)
-
CORE.txt
=head1 NAME CORE - Namespace for Perl's core routines =head1 SYNOPSIS BEGIN { *CORE::GLOBAL::hex = sub { 1; }; } print hex("0x50"),"\n"; # prints 1 print CORE::hex("0x50"),"\n"; # prints 80 CORE::s...perldoc.perl.org/CORE.txtRegistered: Fri Apr 04 04:46:19 UTC 2025 - 3.1K bytes - Viewed (0) -
B::Terse.txt
package B::Terse; our $VERSION = '1.09'; use strict; use B qw(class @specialsv_name); use B::Concise qw(concise_subref set_style_standard); use Carp; sub terse { my ($order, $subref) = @_; set_styl...perldoc.perl.org/B::Terse.txtRegistered: Fri Apr 04 05:36:16 UTC 2025 - 2.8K bytes - Viewed (0) -
ok.txt
package ok; our $VERSION = '1.302199'; use strict; use Test::More (); sub import { shift; if (@_) { goto &Test::More::pass if $_[0] eq 'ok'; goto &Test::More::use_ok; } # No argument list - croak a...perldoc.perl.org/ok.txtRegistered: Fri Apr 04 02:18:16 UTC 2025 - 971 bytes - Viewed (0) -
DBM_Filter::compress.txt
package DBM_Filter::compress ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Compress::Zlib; Compress::Zlib->import() }; croak "Compress::Zlib module not found.\...perldoc.perl.org/DBM_Filter::compress.txtRegistered: Fri Apr 04 06:44:37 UTC 2025 - 854 bytes - Viewed (0) -
DBM_Filter::utf8.txt
package DBM_Filter::utf8 ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Encode; }; croak "Encode module not found.\n" if $@; } sub Store { $_ = Encode::encode_u...perldoc.perl.org/DBM_Filter::utf8.txtRegistered: Fri Apr 04 05:00:41 UTC 2025 - 777 bytes - Viewed (0) -
CPAN::Meta.txt
use 5.006; use strict; use warnings; package CPAN::Meta; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod use v5.10; #pod use strict; #pod use warnings; #pod use CPAN::Meta; #pod use Modul...perldoc.perl.org/CPAN::Meta.txtRegistered: Fri Apr 04 11:31:46 UTC 2025 - 29.6K bytes - Viewed (0) -
Archive::Tar::File.txt
package Archive::Tar::File; use strict; use Carp (); use IO::File; use File::Spec::Unix (); use File::Spec (); use File::Basename (); use Archive::Tar::Constant; use vars qw[@ISA $VERSION]; #@ISA =...perldoc.perl.org/Archive::Tar::File.txtRegistered: Fri Apr 04 12:30:55 UTC 2025 - 18.4K bytes - Viewed (0) -
CPAN::Meta::Prereqs.txt
use 5.006; use strict; use warnings; package CPAN::Meta::Prereqs; our $VERSION = '2.150010'; #pod =head1 DESCRIPTION #pod #pod A CPAN::Meta::Prereqs object represents the prerequisites for a CPAN #...perldoc.perl.org/CPAN::Meta::Prereqs.txtRegistered: Fri Apr 04 08:05:37 UTC 2025 - 13.1K bytes - Viewed (0) -
ExtUtils::Liblist.txt
package ExtUtils::Liblist; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use File::Spec; require ExtUtils::Liblist::Kid; our @ISA = qw(ExtUtils::Liblist::Kid File::Spec); # ...perldoc.perl.org/ExtUtils::Liblist.txtRegistered: Fri Apr 04 13:45:16 UTC 2025 - 9.3K bytes - Viewed (0) -
ExtUtils::Command::MM.txt
package ExtUtils::Command::MM; require 5.006; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(test_harness pod2man perllocal_install uninstall warn_if_old_pack...perldoc.perl.org/ExtUtils::Command::MM.txtRegistered: Fri Apr 04 13:22:40 UTC 2025 - 7.5K bytes - Viewed (0)