- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 191 - 200 of 251 for timestamp:[now/d-1d TO *] (0.03 sec)
-
${^WIN32_SLOPPY_STAT}.txt
=over =item ${^WIN32_SLOPPY_STAT} X<${^WIN32_SLOPPY_STAT}> X<sitecustomize> X<sitecustomize.pl> This variable no longer has any function. This variable was added in Perl v5.10.0 and removed in Perl...perldoc.perl.org/variables/${^WIN32_SLOPPY_STAT}.txtRegistered: Sat Jun 07 05:02:37 UTC 2025 - 216 bytes - Viewed (0) -
$ARGV.txt
=over =item $ARGV X<$ARGV> Contains the name of the current file when reading from C<< <> >>. =back 102perldoc.perl.org/variables/$ARGV.txtRegistered: Sat Jun 07 06:59:53 UTC 2025 - 102 bytes - Viewed (0) -
autodie::exception.txt
package autodie::exception; use 5.008; use strict; use warnings; use Carp qw(croak); use Scalar::Util qw(blessed); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Exc...perldoc.perl.org/autodie::exception.txtRegistered: Sat Jun 07 14:34:29 UTC 2025 - 21.8K bytes - Viewed (0) -
perlfaq2.txt
=pod =encoding UTF-8 =head1 NAME perlfaq2 - Obtaining and Learning about Perl =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section of the FAQ answers questions about where to find sour...perldoc.perl.org/perlfaq2.txtRegistered: Sat Jun 07 11:22:30 UTC 2025 - 10.3K bytes - Viewed (0) -
CPAN::Distroprefs.txt
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use 5.006; use strict; package CPAN::Distroprefs; use vars qw($VERSION); $VERSION = '6.0001'; package CPAN::Distr...perldoc.perl.org/CPAN::Distroprefs.txtRegistered: Sat Jun 07 13:12:55 UTC 2025 - 11.7K bytes - Viewed (0) -
less.txt
package less; use strict; use warnings; our $VERSION = '0.03'; sub _pack_tags { return join ' ', @_; } sub _unpack_tags { return grep { defined and length } map { split ' ' } grep {defined} @_; } s...perldoc.perl.org/less.txtRegistered: Sat Jun 07 15:02:27 UTC 2025 - 3.1K bytes - Viewed (0) -
vars.txt
package vars; use 5.006; our $VERSION = '1.05'; use warnings::register; use strict qw(vars subs); sub import { my $callpack = caller; my (undef, @imports) = @_; my ($sym, $ch); foreach (@imports) {...perldoc.perl.org/vars.txtRegistered: Sat Jun 07 14:18:40 UTC 2025 - 2.4K bytes - Viewed (0) -
@-.txt
=over =item @LAST_MATCH_START =item @- X<@-> X<@LAST_MATCH_START> This array holds the offsets of the beginnings of the last successful match and any capture buffers it contains. (See L</Scoping Ru...perldoc.perl.org/variables/@-.txtRegistered: Sat Jun 07 09:55:54 UTC 2025 - 1.8K bytes - Viewed (0) -
% .txt
=over =item %{^CAPTURE} =item %LAST_PAREN_MATCH =item %+ X<%+> X<%LAST_PAREN_MATCH> X<%{^CAPTURE}> Similar to C<@+>, the C<%+> hash allows access to the named capture buffers, should they exist, in...perldoc.perl.org/variables/% .txtRegistered: Sat Jun 07 11:05:26 UTC 2025 - 1.2K bytes - Viewed (0) -
$,.txt
=over =item IO::Handle->output_field_separator( EXPR ) =item $OUTPUT_FIELD_SEPARATOR =item $OFS =item $, X<$,> X<$OFS> X<$OUTPUT_FIELD_SEPARATOR> The output field separator for the print operator. ...perldoc.perl.org/variables/$,.txtRegistered: Sat Jun 07 10:05:38 UTC 2025 - 486 bytes - Viewed (0)