- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 71 - 80 of 286 for timestamp:[now/d-1d TO *] (0.02 sec)
-
sysread.txt
=over =item sysread FILEHANDLE,SCALAR,LENGTH,OFFSET X<sysread> =item sysread FILEHANDLE,SCALAR,LENGTH Attempts to read LENGTH bytes of data into variable SCALAR from the specified FILEHANDLE, using...perldoc.perl.org/functions/sysread.txtRegistered: Thu Nov 21 05:33:11 UTC 2024 - 1.8K bytes - Viewed (0) -
exit.txt
=over =item exit EXPR X<exit> X<terminate> X<abort> =item exit Evaluates EXPR and exits immediately with that value. Example: my $ans = <STDIN>; exit 0 if $ans =~ /^[Xx]/; See also L<C<die>|/die LI...perldoc.perl.org/functions/exit.txtRegistered: Thu Nov 21 05:53:30 UTC 2024 - 1.4K bytes - Viewed (0) -
push.txt
=over =item push ARRAY,LIST X<push> X<stack> Adds one or more items to the B<end> of an array. my @animals = ("cat"); push(@animals, "mouse"); # ("cat", "mouse") my @colors = ("red"); push(@colors,...perldoc.perl.org/functions/push.txtRegistered: Thu Nov 21 04:31:39 UTC 2024 - 668 bytes - Viewed (0) -
getpgrp.txt
=over =item getpgrp PID X<getpgrp> X<group> Returns the current process group for the specified PID. Use a PID of C<0> to get the current process group for the current process. Will raise an except...perldoc.perl.org/functions/getpgrp.txtRegistered: Thu Nov 21 07:40:36 UTC 2024 - 478 bytes - Viewed (0) -
__SUB__.txt
=over =item __SUB__ X<__SUB__> A special token that returns a reference to the current subroutine, or L<C<undef>|/undef EXPR> outside of a subroutine. The behaviour of L<C<__SUB__>|/__SUB__> within...perldoc.perl.org/functions/__SUB__.txtRegistered: Thu Nov 21 06:33:52 UTC 2024 - 407 bytes - Viewed (0) -
class.txt
=over =item class NAMESPACE =item class NAMESPACE VERSION =item class NAMESPACE BLOCK =item class NAMESPACE VERSION BLOCK Declares the BLOCK or the rest of the compilation unit as being in the give...perldoc.perl.org/functions/class.txtRegistered: Thu Nov 21 08:44:04 UTC 2024 - 374 bytes - Viewed (0) -
perlsynology.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. Bu...perldoc.perl.org/perlsynology.txtRegistered: Wed Nov 20 10:28:03 UTC 2024 - 10.1K bytes - Viewed (0) -
perl5282delta.txt
=encoding utf8 =head1 NAME perl5282delta - what is new for perl v5.28.2 =head1 DESCRIPTION This document describes differences between the 5.28.1 release and the 5.28.2 release. If you are upgradin...perldoc.perl.org/perl5282delta.txtRegistered: Wed Nov 20 09:23:15 UTC 2024 - 6K bytes - Viewed (0) -
perl5184delta.txt
=encoding utf8 =head1 NAME perl5184delta - what is new for perl v5.18.4 =head1 DESCRIPTION This document describes differences between the 5.18.4 release and the 5.18.2 release. B<Please note:> Thi...perldoc.perl.org/perl5184delta.txtRegistered: Wed Nov 20 09:38:33 UTC 2024 - 4.5K bytes - Viewed (0) -
perl5124delta.txt
=encoding utf8 =head1 NAME perl5124delta - what is new for perl v5.12.4 =head1 DESCRIPTION This document describes differences between the 5.12.3 release and the 5.12.4 release. If you are upgradin...perldoc.perl.org/perl5124delta.txtRegistered: Wed Nov 20 09:55:39 UTC 2024 - 3.6K bytes - Viewed (0)