Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 531 - 540 of 1,028 for timestamp:[now/d-7d TO *] (0.02 sec)

  1. 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.txt
    Registered: Mon Jan 12 02:11:32 UTC 2026
    - 3.1K bytes
    - Viewed (0)
  2. 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.txt
    Registered: Sun Jan 11 22:08:30 UTC 2026
    - 2.6K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Mon Jan 12 03:14:40 UTC 2026
    - 2K bytes
    - Viewed (0)
  4. 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)
  5. 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.txt
    Registered: Mon Jan 12 00:43:11 UTC 2026
    - 1.1K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Mon Jan 12 01:18:29 UTC 2026
    - 573 bytes
    - Viewed (0)
  7. 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 183
    perldoc.perl.org/functions/link.txt
    Registered: Mon Jan 12 02:39:39 UTC 2026
    - 183 bytes
    - Viewed (0)
  8. 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.txt
    Registered: Mon Jan 12 03:29:53 UTC 2026
    - 1.4K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Mon Jan 12 16:36:20 UTC 2026
    - 15.3K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Mon Jan 12 19:34:37 UTC 2026
    - 2.9K bytes
    - Viewed (0)
Back to top