- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 5351 - 5360 of about 10,000 for timestamp:[now/d-1M TO *] (0.35 sec)
-
$, - Perldoc Browser
variables / $, ( source , CPAN ) # IO::Handle->output_field_separator( EXPR ) # $OUTPUT_FIELD_SEPARATOR # $OFS # $, T...perldoc.perl.org/variables/$,Registered: Wed Nov 05 23:57:22 UTC 2025 - 15.3K bytes - Viewed (0) -
getservent.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/getservent.txt Similar Results (29)Registered: Fri Nov 07 00:54:03 UTC 2025 - 6.9K bytes - Viewed (0) -
delete.txt
=over =item delete EXPR X<delete> Given an expression that specifies an element or slice of a hash, C<delete> deletes the specified elements from that hash so that L<C<exists>|/exists EXPR> on that...perldoc.perl.org/functions/delete.txtRegistered: Thu Nov 06 18:25:32 UTC 2025 - 3.4K bytes - Viewed (0) -
alarm.txt
=over =item alarm SECONDS X<alarm> X<SIGALRM> X<timer> =item alarm Arranges to have a SIGALRM delivered to this process after the specified number of wallclock seconds has elapsed. If SECONDS is no...perldoc.perl.org/functions/alarm.txtRegistered: Thu Nov 06 21:14:23 UTC 2025 - 2.2K bytes - Viewed (0) -
undef.txt
=over =item undef EXPR X<undef> X<undefine> =item undef Undefines the value of EXPR, which must be an lvalue. Use only on a scalar value, an array (using C<@>), a hash (using C<%>), a subroutine (u...perldoc.perl.org/functions/undef.txtRegistered: Fri Nov 07 03:14:18 UTC 2025 - 1.1K bytes - Viewed (0) -
unlink.txt
=over =item unlink LIST X<unlink> X<delete> X<remove> X<rm> X<del> =item unlink Deletes a list of files. On success, it returns the number of files it successfully deleted. On failure, it returns f...perldoc.perl.org/functions/unlink.txtRegistered: Thu Nov 06 20:48:27 UTC 2025 - 1008 bytes - Viewed (0) -
shmwrite.txt
=over =item shmread ID,VAR,POS,SIZE X<shmread> X<shmwrite> =item shmwrite ID,STRING,POS,SIZE Reads or writes the System V shared memory segment ID starting at position POS for size SIZE by attachin...perldoc.perl.org/functions/shmwrite.txt Similar Results (1)Registered: Fri Nov 07 01:29:19 UTC 2025 - 741 bytes - Viewed (0) -
sub.txt
=over =item sub NAME BLOCK X<sub> =item sub NAME (PROTO) BLOCK =item sub NAME : ATTRS BLOCK =item sub NAME (PROTO) : ATTRS BLOCK This is subroutine definition, not a real function I<per se>. Withou...perldoc.perl.org/functions/sub.txtRegistered: Thu Nov 06 22:26:19 UTC 2025 - 536 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: Thu Nov 06 19:58:02 UTC 2025 - 220 bytes - Viewed (0) -
use.txt
=over =item use Module VERSION LIST X<use> X<module> X<import> =item use Module VERSION =item use Module LIST =item use Module Imports some semantics into the current package from the named module,...perldoc.perl.org/functions/use.txtRegistered: Fri Nov 07 09:39:17 UTC 2025 - 7.7K bytes - Viewed (0)