Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. goto.txt

    =over =item goto LABEL X<goto> X<jump> X<jmp> =item goto EXPR =item goto &NAME C<goto> transfers execution to a specified point in the program. Unlike a function call, execution does not return to ...
    perldoc.perl.org/functions/goto.txt
    Registered: Sun Jan 11 17:57:01 UTC 2026
    - 3.1K bytes
    - Viewed (0)
  2. redo.txt

    =over =item redo LABEL X<redo> =item redo EXPR =item redo The C<redo> command restarts the loop block without evaluating the conditional again. The L<C<continue>|/continue BLOCK> block, if any, is ...
    perldoc.perl.org/functions/redo.txt
    Registered: Sun Jan 11 20:58:02 UTC 2026
    - 1.8K bytes
    - Viewed (0)
  3. dump.txt

    =over =item dump LABEL X<dump> X<core> X<undump> =item dump EXPR =item dump This function causes an immediate core dump. See also the B<-u> command-line switch in L<perlrun|perlrun/-u>, which does ...
    perldoc.perl.org/functions/dump.txt
    Registered: Sun Jan 11 19:29:01 UTC 2026
    - 1.4K bytes
    - Viewed (0)
  4. int.txt

    =over =item int EXPR X<int> X<integer> X<truncate> X<trunc> X<floor> =item int Returns the integer portion of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. You should not use this function fo...
    perldoc.perl.org/functions/int.txt
    Registered: Sun Jan 11 16:51:53 UTC 2026
    - 948 bytes
    - Viewed (0)
  5. pop.txt

    =over =item pop ARRAY X<pop> X<stack> =item pop Removes and returns the B<last> element of the array, shortening the array by one element. my @arr = ('cat', 'dog', 'mouse'); my $item = pop(@arr); #...
    perldoc.perl.org/functions/pop.txt
    Registered: Sun Jan 11 21:35:23 UTC 2026
    - 888 bytes
    - Viewed (0)
  6. wantarray.txt

    =over =item wantarray X<wantarray> X<context> Returns true if the context of the currently executing subroutine or L<C<eval>|/eval EXPR> is looking for a list value. Returns false if the context is...
    perldoc.perl.org/functions/wantarray.txt
    Registered: Sun Jan 11 17:35:10 UTC 2026
    - 661 bytes
    - Viewed (0)
  7. study.txt

    =over =item study SCALAR X<study> =item study At this time, C<study> does nothing. This may change in the future. Prior to Perl version 5.16, it would create an inverted index of all characters tha...
    perldoc.perl.org/functions/study.txt
    Registered: Sun Jan 11 18:06:04 UTC 2026
    - 476 bytes
    - Viewed (0)
  8. when.txt

    =over =item default =item given =item when These flow-control keywords related to the experimental switch feature are documented in L<perlsyn/"Switch Statements">. =back 174
    perldoc.perl.org/functions/when.txt Similar Results (2)
    Registered: Sun Jan 11 19:05:35 UTC 2026
    - 174 bytes
    - Viewed (0)
  9. stat.txt

    =over =item stat FILEHANDLE X<stat> X<file, status> X<ctime> =item stat EXPR =item stat DIRHANDLE =item stat Returns a 13-element list giving the status info for a file, either the file opened via ...
    perldoc.perl.org/functions/stat.txt
    Registered: Mon Jan 12 01:51:44 UTC 2026
    - 5.3K bytes
    - Viewed (0)
  10. sysopen.txt

    =over =item sysopen FILEHANDLE,FILENAME,MODE X<sysopen> =item sysopen FILEHANDLE,FILENAME,MODE,PERMS Opens the file whose filename is given by FILENAME, and associates it with FILEHANDLE. If FILEHA...
    perldoc.perl.org/functions/sysopen.txt
    Registered: Mon Jan 12 02:00:59 UTC 2026
    - 4K bytes
    - Viewed (0)
Back to top