Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 201 - 210 of 399 for timestamp:[now/d-1d TO *] (0.06 sec)

  1. symlink.txt

    =over =item symlink OLDFILE,NEWFILE X<symlink> X<link> X<symbolic link> X<link, symbolic> Creates a new filename symbolically linked to the old filename. Returns C<1> for success, C<0> otherwise. O...
    perldoc.perl.org/functions/symlink.txt
    Registered: Tue Feb 18 16:52:58 UTC 2025
    - 398 bytes
    - Viewed (0)
  2. msgget.txt

    =over =item msgget KEY,FLAGS X<msgget> Calls the System V IPC function L<msgget(2)>. Returns the message queue id, or L<C<undef>|/undef EXPR> on error. See also L<perlipc/"SysV IPC"> and the docume...
    perldoc.perl.org/functions/msgget.txt
    Registered: Tue Feb 18 13:10:49 UTC 2025
    - 315 bytes
    - Viewed (0)
  3. __FILE__.txt

    =over =item __FILE__ X<__FILE__> A special token that returns the name of the file in which it occurs. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 199
    perldoc.perl.org/functions/__FILE__.txt
    Registered: Tue Feb 18 15:11:20 UTC 2025
    - 199 bytes
    - Viewed (0)
  4. 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: Tue Feb 18 16:55:54 UTC 2025
    - 183 bytes
    - Viewed (0)
  5. state.txt

    =over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS L<C<state>|/state VARLIST> declares a lexically scoped variable, just like L...
    perldoc.perl.org/functions/state.txt
    Registered: Tue Feb 18 18:17:25 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  6. 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: Tue Feb 18 18:03:01 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  7. mkdir.txt

    =over =item mkdir FILENAME,MODE X<mkdir> X<md> X<directory, create> =item mkdir FILENAME =item mkdir Creates the directory specified by FILENAME, with permissions specified by MODE (as modified by ...
    perldoc.perl.org/functions/mkdir.txt
    Registered: Tue Feb 18 18:53:26 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  8. 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: Tue Feb 18 17:05:52 UTC 2025
    - 675 bytes
    - Viewed (0)
  9. import.txt

    =over =item import LIST X<import> There is no builtin L<C<import>|/import LIST> function. It is just an ordinary method (subroutine) defined (or inherited) by modules that wish to export names to a...
    perldoc.perl.org/functions/import.txt
    Registered: Tue Feb 18 18:09:51 UTC 2025
    - 410 bytes
    - Viewed (0)
  10. 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: Tue Feb 18 17:14:47 UTC 2025
    - 174 bytes
    - Viewed (0)
Back to top