- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 531 - 540 of 1,028 for timestamp:[now/d-7d TO *] (0.02 sec)
-
do.txt
=over =item do BLOCK X<do> X<block> Not really a function. Returns the value of the last command in the sequence of commands indicated by BLOCK. When modified by the C<while> or C<until> loop modif...perldoc.perl.org/functions/do.txtRegistered: Mon Jan 12 02:11:32 UTC 2026 - 3.1K bytes - Viewed (0) -
values.txt
=over =item values HASH X<values> =item values ARRAY Called in list context, returns a list consisting of all the value of the named hash, or in Perl 5.12 or later, the values of an array. Perl rel...perldoc.perl.org/functions/values.txtRegistered: Sun Jan 11 22:08:30 UTC 2026 - 2.6K bytes - Viewed (0) -
print.txt
=over =item print FILEHANDLE LIST X<print> =item print FILEHANDLE =item print LIST =item print Prints a string or a list of strings. Returns true if successful. FILEHANDLE may be a scalar variable ...perldoc.perl.org/functions/print.txtRegistered: Mon Jan 12 03:14:40 UTC 2026 - 2K bytes - Viewed (0) -
qr/STRING/ - Perldoc Browser
functions / qr/STRING/ ( source , CPAN ) # qr/STRING/ Regexp-like quote. See "Regexp Quote-Like Operators" in perlop ...perldoc.perl.org/functions/qr/STRING/Registered: Sun Jan 11 23:44:35 UTC 2026 - 15.6K bytes - Viewed (0) -
reset.txt
=over =item reset EXPR X<reset> =item reset Generally used in a L<C<continue>|/continue BLOCK> block at the end of a loop to clear variables and reset C<m?pattern?> searches so that they work again...perldoc.perl.org/functions/reset.txtRegistered: Mon Jan 12 00:43:11 UTC 2026 - 1.1K bytes - Viewed (0) -
truncate.txt
=over =item truncate FILEHANDLE,LENGTH X<truncate> =item truncate EXPR,LENGTH Truncates the file opened on FILEHANDLE, or named by EXPR, to the specified length. Raises an exception if truncate isn...perldoc.perl.org/functions/truncate.txtRegistered: Mon Jan 12 01:18:29 UTC 2026 - 573 bytes - Viewed (0) -
link.txt
=over =item link OLDFILE,NEWFILE X<link> Creates a new filename linked to the old filename. Returns true for success, false otherwise. Portability issues: L<perlport/link>. =back 183perldoc.perl.org/functions/link.txtRegistered: Mon Jan 12 02:39:39 UTC 2026 - 183 bytes - Viewed (0) -
chmod.txt
=over =item chmod LIST X<chmod> X<permission> X<mode> Changes the permissions of a list of files. The first element of the list must be the numeric mode, which should probably be an octal number, a...perldoc.perl.org/functions/chmod.txtRegistered: Mon Jan 12 03:29:53 UTC 2026 - 1.4K bytes - Viewed (0) -
require.txt
=over =item require VERSION X<require> =item require EXPR =item require Demands a version of Perl specified by VERSION, or demands some semantics specified by EXPR or by L<C<$_>|perlvar/$_> if EXPR...perldoc.perl.org/functions/require.txtRegistered: Mon Jan 12 16:36:20 UTC 2026 - 15.3K bytes - Viewed (0) -
ref.txt
=over =item ref EXPR X<ref> X<reference> =item ref Examines the value of EXPR, expecting it to be a reference, and returns a string giving information about the reference and the type of referent. ...perldoc.perl.org/functions/ref.txtRegistered: Mon Jan 12 19:34:37 UTC 2026 - 2.9K bytes - Viewed (0)