Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 101 - 110 of 1,186 for timestamp:[now/d-1M TO *] (0.01 sec)

  1. 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.txt
    Registered: Sat May 11 23:00:36 UTC 2024
    - 510 bytes
    - Viewed (0)
  2. listen.txt

    =over =item listen SOCKET,QUEUESIZE X<listen> Does the same thing that the L<listen(2)> system call does. Returns true if it succeeded, false otherwise. See the example in L<perlipc/"Sockets: Clien...
    perldoc.perl.org/functions/listen.txt
    Registered: Sat May 11 23:52:57 UTC 2024
    - 233 bytes
    - Viewed (0)
  3. perlfaq7.txt

    =head1 NAME perlfaq7 - General Perl Language Issues =head1 VERSION version 5.20210520 =head1 DESCRIPTION This section deals with general Perl language issues that don't clearly fit into any of the ...
    perldoc.perl.org/perlfaq7.txt
    Registered: Sun May 12 15:28:21 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  4. rand.txt

    =over =item rand EXPR X<rand> X<random> =item rand Returns a random fractional number greater than or equal to C<0> and less than the value of EXPR. (EXPR should be positive.) If EXPR is omitted, t...
    perldoc.perl.org/functions/rand.txt
    Registered: Sat May 11 04:41:36 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  5. 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.txt
    Registered: Sat May 11 05:03:16 UTC 2024
    - 668 bytes
    - Viewed (0)
  6. endpwent.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/endpwent.txt
    Registered: Sat May 11 21:51:44 UTC 2024
    - 7K bytes
    - Viewed (0)
  7. dbmopen.txt

    =over =item dbmopen HASH,DBNAME,MASK X<dbmopen> X<dbm> X<ndbm> X<sdbm> X<gdbm> [This function has been largely superseded by the L<C<tie>|/tie VARIABLE,CLASSNAME,LIST> function.] This binds a L<dbm...
    perldoc.perl.org/functions/dbmopen.txt
    Registered: Sat May 11 15:15:49 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Sat May 11 16:15:49 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  9. syswrite.txt

    =over =item syswrite FILEHANDLE,SCALAR,LENGTH,OFFSET X<syswrite> =item syswrite FILEHANDLE,SCALAR,LENGTH =item syswrite FILEHANDLE,SCALAR Attempts to write LENGTH bytes of data from variable SCALAR...
    perldoc.perl.org/functions/syswrite.txt
    Registered: Sat May 11 11:56:24 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Sat May 11 17:29:40 UTC 2024
    - 1.4K bytes
    - Viewed (1)
Back to top