- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 141 - 150 of 1,210 for timestamp:[now/d-7d TO *] (0.04 sec)
-
${^MATCH}.txt
=over =item ${^MATCH} X<${^MATCH}> It is only guaranteed to return a defined value when the pattern was compiled or executed with the C</p> modifier. This is similar to C<$&> (C<$MATCH>) except tha...perldoc.perl.org/variables/${^MATCH}.txtRegistered: Tue Nov 19 03:05:31 UTC 2024 - 498 bytes - Viewed (0) -
$<.txt
=over =item $REAL_USER_ID =item $UID =item $< X<< $< >> X<$UID> X<$REAL_USER_ID> The real uid of this process. You can change both the real uid and the effective uid at the same time by using C<POS...perldoc.perl.org/variables/$<.txtRegistered: Tue Nov 19 02:50:13 UTC 2024 - 408 bytes - Viewed (0) -
ARGVOUT.txt
=over =item ARGVOUT X<ARGVOUT> The special filehandle that points to the currently open output file when doing edit-in-place processing with B<-i>. Useful when you have to do a lot of inserting and...perldoc.perl.org/variables/ARGVOUT.txtRegistered: Tue Nov 19 07:19:24 UTC 2024 - 303 bytes - Viewed (0) -
Math::BigInt::Calc.txt
package Math::BigInt::Calc; use 5.006001; use strict; use warnings; use Carp qw< carp croak >; use Math::BigInt::Lib; our $VERSION = '2.003002'; $VERSION =~ tr/_//d; our @ISA = ('Math::BigInt::Lib'...perldoc.perl.org/Math::BigInt::Calc.txtRegistered: Sat Nov 16 21:19:19 UTC 2024 - 74.2K bytes - Viewed (0) -
I18N::LangTags.txt
# Time-stamp: "2004-10-06 23:26:33 ADT" # Sean M. Burke <sburke@cpan.org> require 5.000; package I18N::LangTags; use strict; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(); our @EXPO...perldoc.perl.org/I18N::LangTags.txtRegistered: Sat Nov 16 15:27:15 UTC 2024 - 27.4K 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 16 15:35:27 UTC 2024 - 24.8K bytes - Viewed (0) -
PerlIO.txt
package PerlIO; our $VERSION = '1.12'; # Map layer name to package that defines it our %alias; sub import { my $class = shift; while (@_) { my $layer = shift; if (exists $alias{$layer}) { $layer = ...perldoc.perl.org/PerlIO.txtRegistered: Sat Nov 16 17:48:57 UTC 2024 - 13.9K bytes - Viewed (0) -
Net::FTP::dataconn.txt
## ## Generic data connection package ## package Net::FTP::dataconn; use 5.008001; use strict; use warnings; use Carp; use Errno; use Net::Cmd; our $VERSION = '3.15'; $Net::FTP::IOCLASS or die "ple...perldoc.perl.org/Net::FTP::dataconn.txtRegistered: Sat Nov 16 15:10:22 UTC 2024 - 4.9K bytes - Viewed (0) -
IO::File.txt
# package IO::File; =head1 NAME IO::File - supply object methods for filehandles =head1 SYNOPSIS use IO::File; my $fh = IO::File->new(); if ($fh->open("< file")) { print <$fh>; $fh->close; } my $fh...perldoc.perl.org/IO::File.txtRegistered: Sat Nov 16 18:17:26 UTC 2024 - 4.3K bytes - Viewed (0) -
Internals.txt
=head1 NAME Internals - Reserved special namespace for internals related functions =head1 SYNOPSIS $is_ro= Internals::SvREADONLY($x) $refcnt= Internals::SvREFCNT($x) hv_clear_placeholders(%hash); i...perldoc.perl.org/Internals.txtRegistered: Sat Nov 16 21:44:45 UTC 2024 - 2.9K bytes - Viewed (0)