Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 279 for timestamp:[now/d-1d TO *] (0.02 sec)

  1. srand.txt

    =over =item srand EXPR X<srand> X<seed> X<randseed> =item srand Sets and returns the random number seed for the L<C<rand>|/rand EXPR> operator. The point of the function is to "seed" the L<C<rand>|...
    perldoc.perl.org/functions/srand.txt
    Registered: Wed Nov 20 22:23:50 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  2. splice.txt

    =over =item splice ARRAY,OFFSET,LENGTH,LIST X<splice> =item splice ARRAY,OFFSET,LENGTH =item splice ARRAY,OFFSET =item splice ARRAY Removes the elements designated by OFFSET and LENGTH from an arra...
    perldoc.perl.org/functions/splice.txt
    Registered: Thu Nov 21 02:34:52 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  3. 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: Thu Nov 21 00:16:13 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  4. qw/STRING/ - Perldoc Browser

    functions / qw/STRING/ ( source , CPAN ) # q/STRING/ # qq/STRING/ # qw/STRING/ # qx/STRING/ Generalized quotes. See "...
    perldoc.perl.org/functions/qw/STRING/ Similar Results (3)
    Registered: Thu Nov 21 02:14:41 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  5. shift.txt

    =over =item shift ARRAY X<shift> =item shift Removes and returns the B<first> element of an array. This shortens the array by one and moves everything down. my @arr = ('cat', 'dog'); my $item = shi...
    perldoc.perl.org/functions/shift.txt
    Registered: Thu Nov 21 01:08:48 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  6. lstat.txt

    =over =item lstat FILEHANDLE X<lstat> =item lstat EXPR =item lstat DIRHANDLE =item lstat Does the same thing as the L<C<stat>|/stat FILEHANDLE> function (including setting the special C<_> filehand...
    perldoc.perl.org/functions/lstat.txt
    Registered: Wed Nov 20 22:59:56 UTC 2024
    - 573 bytes
    - Viewed (0)
  7. atan2.txt

    =over =item atan2 Y,X X<atan2> X<arctangent> X<tan> X<tangent> Returns the arctangent of Y/X in the range -PI to PI. For the tangent operation, you may use the L<C<Math::Trig::tan>|Math::Trig/B<tan...
    perldoc.perl.org/functions/atan2.txt
    Registered: Wed Nov 20 20:49:15 UTC 2024
    - 449 bytes
    - Viewed (0)
  8. format.txt

    =over =item format X<format> Declare a picture format for use by the L<C<write>|/write FILEHANDLE> function. For example: format Something = Test: @<<<<<<<< @||||| @>>>>> $str, $%, '$' . int($num) ...
    perldoc.perl.org/functions/format.txt
    Registered: Thu Nov 21 01:44:55 UTC 2024
    - 377 bytes
    - Viewed (0)
  9. perltooc.txt

    =encoding utf8 =head1 NAME perltooc - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlo...
    perldoc.perl.org/perltooc.txt
    Registered: Wed Nov 20 10:26:42 UTC 2024
    - 294 bytes
    - Viewed (0)
  10. kill.txt

    =over =item kill SIGNAL, LIST =item kill SIGNAL X<kill> X<signal> Sends a signal to a list of processes. Returns the number of arguments that were successfully used to signal (which is not necessar...
    perldoc.perl.org/functions/kill.txt
    Registered: Thu Nov 21 07:15:20 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top