- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 141 - 150 of 995 for timestamp:[now/d-7d TO *] (0.07 sec)
-
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.txtRegistered: Fri Nov 22 16:05:59 UTC 2024 - 231.1K bytes - Viewed (0) -
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.txtRegistered: Wed Nov 20 23:54:44 UTC 2024 - 19.4K bytes - Viewed (0) -
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.txtRegistered: Thu Nov 21 02:20:45 UTC 2024 - 8.4K bytes - Viewed (0) -
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.txtRegistered: Thu Nov 21 02:28:43 UTC 2024 - 5.4K bytes - Viewed (0) -
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.txtRegistered: Wed Nov 20 21:48:59 UTC 2024 - 4.6K bytes - Viewed (0) -
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.txtRegistered: Wed Nov 20 23:19:30 UTC 2024 - 2.4K bytes - Viewed (0) -
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.txtRegistered: Thu Nov 21 00:27:52 UTC 2024 - 1.3K bytes - Viewed (0) -
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.txtRegistered: Thu Nov 21 00:41:53 UTC 2024 - 768 bytes - Viewed (0) -
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.txtRegistered: Thu Nov 21 00:00:43 UTC 2024 - 754 bytes - Viewed (0) -
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.txtRegistered: Thu Nov 21 03:34:20 UTC 2024 - 710 bytes - Viewed (0)