- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 101 - 110 of 335 for timestamp:[now/d-1d TO *] (0.11 sec)
-
Test::Tester::CaptureRunner.txt
# $Header: /home/fergal/my/cvs/Test-Tester/lib/Test/Tester/CaptureRunner.pm,v 1.3 2003/03/05 01:07:55 fergal Exp $ use strict; package Test::Tester::CaptureRunner; our $VERSION = '1.302199'; use Te...perldoc.perl.org/Test::Tester::CaptureRunner.txtRegistered: Mon Dec 02 08:41:42 UTC 2024 - 1.3K bytes - Viewed (0) -
perlsub.txt
=head1 NAME X<subroutine> X<function> perlsub - Perl subroutines (user-defined functions) =head1 SYNOPSIS To declare subroutines: X<subroutine, declaration> X<sub> sub NAME; # A "forward" declarati...perldoc.perl.org/perlsub.txtRegistered: Tue Dec 03 11:05:27 UTC 2024 - 75.9K bytes - Viewed (0) -
perlrun.txt
=head1 NAME perlrun - how to execute the Perl interpreter =head1 SYNOPSIS B<perl> S<[ B<-gsTtuUWX> ]> S<[ B<-h?v> ] [ B<-V>[:I<configvar>] ]> S<[ B<-cw> ] [ B<-d>[B<t>][:I<debugger>] ] [ B<-D>[I<nu...perldoc.perl.org/perlrun.txtRegistered: Tue Dec 03 06:40:58 UTC 2024 - 57.8K bytes - Viewed (0) -
perlobj.txt
=encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlobj.pod =head1 NAME X<object> X<OOP> perlobj - Perl object reference =head1 DESCRIPTI...perldoc.perl.org/perlobj.txtRegistered: Tue Dec 03 06:30:13 UTC 2024 - 35.3K bytes - Viewed (0) -
${^GLOBAL_PHASE}.txt
=over =item ${^GLOBAL_PHASE} X<${^GLOBAL_PHASE}> The current phase of the perl interpreter. Possible values are: =over 8 =item CONSTRUCT The C<PerlInterpreter*> is being constructed via C<perl_cons...perldoc.perl.org/variables/${^GLOBAL_PHASE}.txtRegistered: Tue Dec 03 01:35:20 UTC 2024 - 2.6K bytes - Viewed (0) -
$^V.txt
=over =item $PERL_VERSION =item $^V X<$^V> X<$PERL_VERSION> =for comment These are documented in the generated file lib/Config.pod. This looks like as good a place as any to give notice that they a...perldoc.perl.org/variables/$^V.txtRegistered: Tue Dec 03 03:05:31 UTC 2024 - 1.6K bytes - Viewed (0) -
@{^CAPTURE}.txt
=over =item @{^CAPTURE} X<@{^CAPTURE}> X<@^CAPTURE> An array which exposes the contents of the capture buffers, if any, of the last successful pattern match, not counting patterns matched in nested...perldoc.perl.org/variables/@{^CAPTURE}.txtRegistered: Tue Dec 03 01:16:14 UTC 2024 - 1.2K bytes - Viewed (0) -
$^N.txt
=over =item $LAST_SUBMATCH_RESULT =item $^N X<$^N> X<$LAST_SUBMATCH_RESULT> The text matched by the used group most-recently closed (i.e. the group with the rightmost closing parenthesis) of the la...perldoc.perl.org/variables/$^N.txtRegistered: Tue Dec 03 03:48:52 UTC 2024 - 1009 bytes - Viewed (0) -
$^D.txt
=over =item $DEBUGGING =item $^D X<$^D> X<$DEBUGGING> The current value of the debugging flags. May be read or set. Like its L<command-line equivalent|perlrun/B<-D>I<letters>>, you can use numeric ...perldoc.perl.org/variables/$^D.txtRegistered: Mon Dec 02 23:08:45 UTC 2024 - 437 bytes - Viewed (0) -
$b.txt
=over =item $a =item $b X<$a> X<$b> Special package variables when using C<sort()>, see L<perlfunc/sort>. Because of this specialness C<$a> and C<$b> don't need to be declared (using C<use vars>, o...perldoc.perl.org/variables/$b.txt Similar Results (1)Registered: Tue Dec 03 01:50:23 UTC 2024 - 394 bytes - Viewed (0)