Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 150 of 393 for timestamp:[now/d-1d TO *] (0.02 sec)

  1. 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: Fri Apr 18 15:49:30 UTC 2025
    - 22K bytes
    - Viewed (0)
  2. 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: Fri Apr 18 19:26:14 UTC 2025
    - 668 bytes
    - Viewed (0)
  3. 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: Fri Apr 18 19:13:39 UTC 2025
    - 573 bytes
    - Viewed (0)
  4. 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: Fri Apr 18 16:18:28 UTC 2025
    - 449 bytes
    - Viewed (0)
  5. lcfirst.txt

    =over =item lcfirst EXPR X<lcfirst> X<lowercase> =item lcfirst Returns the value of EXPR with the first character lowercased. This is the internal function implementing the C<\l> escape in double-q...
    perldoc.perl.org/functions/lcfirst.txt
    Registered: Fri Apr 18 16:02:25 UTC 2025
    - 376 bytes
    - Viewed (0)
  6. 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: Fri Apr 18 12:01:19 UTC 2025
    - 377 bytes
    - Viewed (0)
  7. Pod::Perldoc.txt

    use 5.006; # we use some open(X, "<", $y) syntax package Pod::Perldoc; use strict; use warnings; use Config '%Config'; use Fcntl; # for sysopen use File::Basename qw(basename); use File::Spec::Func...
    perldoc.perl.org/Pod::Perldoc.txt
    Registered: Fri Apr 18 09:30:10 UTC 2025
    - 63.1K bytes
    - Viewed (0)
  8. select.txt

    =over =item select FILEHANDLE X<select> X<filehandle, default> =item select Returns the currently selected filehandle. If FILEHANDLE is supplied, sets the new current default filehandle for output....
    perldoc.perl.org/functions/select.txt
    Registered: Fri Apr 18 10:33:18 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  9. dump.txt

    =over =item dump LABEL X<dump> X<core> X<undump> =item dump EXPR =item dump This function causes an immediate core dump. See also the B<-u> command-line switch in L<perlrun|perlrun/-u>, which does ...
    perldoc.perl.org/functions/dump.txt
    Registered: Fri Apr 18 09:49:55 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  10. chmod.txt

    =over =item chmod LIST X<chmod> X<permission> X<mode> Changes the permissions of a list of files. The first element of the list must be the numeric mode, which should probably be an octal number, a...
    perldoc.perl.org/functions/chmod.txt
    Registered: Fri Apr 18 10:38:42 UTC 2025
    - 1.4K bytes
    - Viewed (0)
Back to top