Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 150 of 995 for timestamp:[now/d-7d TO *] (0.07 sec)

  1. zipdetails.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl # zipdetails #...
    perldoc.perl.org/zipdetails.txt
    Registered: Fri Nov 22 16:05:59 UTC 2024
    - 231.1K bytes
    - Viewed (0)
  2. open.txt

    =over =item open FILEHANDLE,MODE,EXPR X<open> X<pipe> X<file, open> X<fopen> =item open FILEHANDLE,MODE,EXPR,LIST =item open FILEHANDLE,MODE,REFERENCE =item open FILEHANDLE,EXPR =item open FILEHAND...
    perldoc.perl.org/functions/open.txt
    Registered: Wed Nov 20 23:54:44 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  3. sort.txt

    =over =item sort SUBNAME LIST X<sort> =item sort BLOCK LIST =item sort LIST In list context, this sorts the LIST and returns the sorted list value. In scalar context, the behaviour of L<C<sort>|/so...
    perldoc.perl.org/functions/sort.txt
    Registered: Thu Nov 21 02:20:45 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  4. binmode.txt

    =over =item binmode FILEHANDLE, LAYER X<binmode> X<binary> X<text> X<DOS> X<Windows> =item binmode FILEHANDLE Arranges for FILEHANDLE to be read or written in "binary" or "text" mode on systems whe...
    perldoc.perl.org/functions/binmode.txt
    Registered: Thu Nov 21 02:28:43 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  5. caller.txt

    =over =item caller EXPR X<caller> X<call stack> X<stack> X<stack trace> =item caller Returns the context of the current pure perl subroutine call. In scalar context, returns the caller's package na...
    perldoc.perl.org/functions/caller.txt
    Registered: Wed Nov 20 21:48:59 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  6. unpack.txt

    =over =item unpack TEMPLATE,EXPR X<unpack> =item unpack TEMPLATE L<C<unpack>|/unpack TEMPLATE,EXPR> does the reverse of L<C<pack>|/pack TEMPLATE,LIST>: it takes a string and expands it out into a l...
    perldoc.perl.org/functions/unpack.txt
    Registered: Wed Nov 20 23:19:30 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  7. pos.txt

    =over =item pos SCALAR X<pos> X<match, position> =item pos Returns the offset of where the last C<m//g> search left off for the variable in question (L<C<$_>|perlvar/$_> is used when the variable i...
    perldoc.perl.org/functions/pos.txt
    Registered: Thu Nov 21 00:27:52 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  8. opendir.txt

    =over =item opendir DIRHANDLE,EXPR X<opendir> Opens a directory named EXPR for processing by L<C<readdir>|/readdir DIRHANDLE>, L<C<telldir>|/telldir DIRHANDLE>, L<C<seekdir>|/seekdir DIRHANDLE,POS>...
    perldoc.perl.org/functions/opendir.txt
    Registered: Thu Nov 21 00:41:53 UTC 2024
    - 768 bytes
    - Viewed (0)
  9. chdir.txt

    =over =item chdir EXPR X<chdir> X<cd> X<directory, change> =item chdir FILEHANDLE =item chdir DIRHANDLE =item chdir Changes the working directory to EXPR, if possible. If EXPR is omitted, changes t...
    perldoc.perl.org/functions/chdir.txt
    Registered: Thu Nov 21 00:00:43 UTC 2024
    - 754 bytes
    - Viewed (0)
  10. say.txt

    =over =item say FILEHANDLE LIST X<say> =item say FILEHANDLE =item say LIST =item say Just like L<C<print>|/print FILEHANDLE LIST>, but implicitly appends a newline at the end of the LIST instead of...
    perldoc.perl.org/functions/say.txt
    Registered: Thu Nov 21 03:34:20 UTC 2024
    - 710 bytes
    - Viewed (0)
Back to top