- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 41 - 50 of 334 for timestamp:[now/d-1d TO *] (0.05 sec)
-
$^L.txt
=over =item IO::Handle->format_formfeed(EXPR) =item $FORMAT_FORMFEED =item $^L X<$^L> X<$FORMAT_FORMFEED> What formats output as a form feed. The default is C<\f>. You cannot call C<format_formfeed...perldoc.perl.org/variables/$^L.txtRegistered: Mon Dec 02 19:16:27 UTC 2024 - 282 bytes - Viewed (0) -
perlretut.txt
=head1 NAME perlretut - Perl regular expressions tutorial =head1 DESCRIPTION This page provides a basic tutorial on understanding, creating and using regular expressions in Perl. It serves as a com...perldoc.perl.org/perlretut.txtRegistered: Tue Dec 03 05:13:28 UTC 2024 - 120.5K bytes - Viewed (0) -
perlebcdic.txt
=encoding utf8 =head1 NAME perlebcdic - Considerations for running Perl on EBCDIC platforms =head1 DESCRIPTION An exploration of some of the issues facing Perl programmers on EBCDIC based computers...perldoc.perl.org/perlebcdic.txtRegistered: Tue Dec 03 05:52:33 UTC 2024 - 82.4K bytes - Viewed (0) -
perlsec.txt
=head1 NAME perlsec - Perl security =head1 DESCRIPTION Perl is designed to make it easy to program securely even when running with extra privileges, like setuid or setgid programs. Unlike most comm...perldoc.perl.org/perlsec.txtRegistered: Tue Dec 03 06:04:49 UTC 2024 - 27.2K bytes - Viewed (0) -
perlreftut.txt
=head1 NAME perlreftut - Mark's very short tutorial about references =head1 DESCRIPTION One of the most important new features in Perl 5 was the capability to manage complicated data structures lik...perldoc.perl.org/perlreftut.txtRegistered: Tue Dec 03 05:50:48 UTC 2024 - 18.3K bytes - Viewed (0) -
$].txt
=over =item $OLD_PERL_VERSION =item $] X<$]> X<$OLD_PERL_VERSION> The revision, version, and subversion of the Perl interpreter, represented as a decimal of the form 5.XXXYYY, where XXX is the vers...perldoc.perl.org/variables/$].txtRegistered: Tue Dec 03 02:11:25 UTC 2024 - 1.6K bytes - Viewed (0) -
$@.txt
=over =item $EVAL_ERROR =item $@ X<$@> X<$EVAL_ERROR> The Perl error from the last C<eval> operator, i.e. the last exception that was caught. For C<eval BLOCK>, this is either a runtime error messa...perldoc.perl.org/variables/$@.txtRegistered: Tue Dec 03 03:01:45 UTC 2024 - 611 bytes - Viewed (0) -
${^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 Dec 03 03:40:34 UTC 2024 - 498 bytes - Viewed (0) -
${^UTF8LOCALE}.txt
=over =item ${^UTF8LOCALE} X<${^UTF8LOCALE}> This variable indicates whether a UTF-8 locale was detected by perl at startup. This information is used by perl when it's in adjust-utf8ness-to-locale ...perldoc.perl.org/variables/${^UTF8LOCALE}.txtRegistered: Tue Dec 03 04:31:15 UTC 2024 - 371 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 Dec 03 03:27:49 UTC 2024 - 303 bytes - Viewed (0)