- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 51 - 60 of 1,210 for timestamp:[now/d-7d TO *] (0.02 sec)
-
File::Spec.txt
package File::Spec; use strict; # Keep $VERSION consistent in all *.pm files in this distribution, including # Cwd.pm. our $VERSION = '3.94'; $VERSION =~ tr/_//d; my %module = ( MSWin32 => 'Win32',...perldoc.perl.org/File::Spec.txtRegistered: Thu Oct 09 07:13:24 UTC 2025 - 10.4K bytes - Viewed (0) -
File::Basename.txt
=head1 NAME File::Basename - Parse file paths into directory, filename and suffix. =head1 SYNOPSIS use File::Basename; my ($name, $path, $suffix) = fileparse($fullname, @suffixlist); my $name = fil...perldoc.perl.org/File::Basename.txtRegistered: Thu Oct 09 06:58:22 UTC 2025 - 10.9K bytes - Viewed (0) -
File::Compare.txt
package File::Compare 1.1008; use v5.12; use warnings; use Exporter 'import'; our @EXPORT = qw(compare); our @EXPORT_OK = qw(cmp compare_text); our $Too_Big = 1024 * 1024 * 2; sub croak { require C...perldoc.perl.org/File::Compare.txtRegistered: Thu Oct 09 04:51:24 UTC 2025 - 4.2K bytes - Viewed (0) -
Encode::KR::2022_KR.txt
package Encode::KR::2022_KR; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); use parent qw(Enco...perldoc.perl.org/Encode::KR::2022_KR.txtRegistered: Thu Oct 09 05:44:29 UTC 2025 - 1.9K bytes - Viewed (0) -
IO.txt
# package IO; use XSLoader (); use Carp; use strict; use warnings; our $VERSION = "1.55"; XSLoader::load 'IO', $VERSION; sub import { shift; warnings::warnif('deprecated', qq{Parameterless "use IO"...perldoc.perl.org/IO.txtRegistered: Thu Oct 09 07:17:11 UTC 2025 - 1.4K bytes - Viewed (0) -
ExtUtils::MY.txt
package ExtUtils::MY; use strict; require ExtUtils::MM; our $VERSION = '7.76'; $VERSION =~ tr/_//d; our @ISA = qw(ExtUtils::MM); { package MY; our @ISA = qw(ExtUtils::MY); } sub DESTROY {} =head1 N...perldoc.perl.org/ExtUtils::MY.txtRegistered: Thu Oct 09 07:03:27 UTC 2025 - 678 bytes - Viewed (0) -
perlfaq5.txt
=pod =encoding UTF-8 =head1 NAME perlfaq5 - Files and Formats =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section deals with I/O and the "f" issues: filehandles, flushing, formats, an...perldoc.perl.org/perlfaq5.txtRegistered: Sun Oct 12 00:06:31 UTC 2025 - 55K bytes - Viewed (0) -
perlootut.txt
=encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlootut.pod =head1 NAME perlootut - Object-Oriented Programming in Perl Tutorial =head1...perldoc.perl.org/perlootut.txtRegistered: Sat Oct 11 21:44:58 UTC 2025 - 26.1K bytes - Viewed (0) -
perlfaq9.txt
=pod =encoding UTF-8 =head1 NAME perlfaq9 - Web, Email and Networking =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section deals with questions related to running web sites, sending an...perldoc.perl.org/perlfaq9.txtRegistered: Sat Oct 11 23:18:58 UTC 2025 - 14.9K bytes - Viewed (0) -
perlreref.txt
=head1 NAME perlreref - Perl Regular Expressions Reference =head1 DESCRIPTION This is a quick reference to Perl's regular expressions. For full information see L<perlre> and L<perlop>, as well as t...perldoc.perl.org/perlreref.txtRegistered: Sat Oct 11 23:41:28 UTC 2025 - 15.2K bytes - Viewed (0)