- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 31 - 40 of 326 for timestamp:[now/d-1d TO *] (0.05 sec)
-
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) -
rewinddir.txt
=over =item rewinddir DIRHANDLE X<rewinddir> Sets the current position to the beginning of the directory for the L<C<readdir>|/readdir DIRHANDLE> routine on DIRHANDLE. Portability issues: L<perlpor...perldoc.perl.org/functions/rewinddir.txtRegistered: Wed Nov 20 21:35:15 UTC 2024 - 220 bytes - Viewed (0) -
eval.txt
=over =item eval EXPR X<eval> X<try> X<catch> X<evaluate> X<parse> X<execute> X<error, handling> X<exception, handling> =item eval BLOCK =item eval C<eval> in all its forms is used to execute a lit...perldoc.perl.org/functions/eval.txtRegistered: Thu Nov 21 05:46:40 UTC 2024 - 9.4K bytes - Viewed (0) -
endservent.txt
=over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...perldoc.perl.org/functions/endservent.txt Similar Results (22)Registered: Thu Nov 21 08:15:11 UTC 2024 - 7K bytes - Viewed (0) -
ioctl.txt
=over =item ioctl FILEHANDLE,FUNCTION,SCALAR X<ioctl> Implements the L<ioctl(2)> function. You'll probably first have to say require "sys/ioctl.ph"; # probably in # $Config{archlib}/sys/ioctl.ph to...perldoc.perl.org/functions/ioctl.txtRegistered: Thu Nov 21 04:02:55 UTC 2024 - 1.9K bytes - Viewed (0) -
getsockopt.txt
=over =item getsockopt SOCKET,LEVEL,OPTNAME X<getsockopt> Queries the option named OPTNAME associated with SOCKET at a given LEVEL. Options may exist at multiple protocol levels depending on the so...perldoc.perl.org/functions/getsockopt.txtRegistered: Thu Nov 21 06:54:51 UTC 2024 - 1.6K bytes - Viewed (0) -
local.txt
=over =item local EXPR X<local> You really probably want to be using L<C<my>|/my VARLIST> instead, because L<C<local>|/local EXPR> isn't what most people think of as "local". See L<perlsub/"Private...perldoc.perl.org/functions/local.txtRegistered: Thu Nov 21 07:08:29 UTC 2024 - 1.5K bytes - Viewed (0)