Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2011 - 2020 of 5,694 for content_length:[0 TO 9999] (0.07 sec)

  1. 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: Mon Nov 04 15:46:25 UTC 2024
    - 573 bytes
    - Viewed (0)
  2. 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: Mon Nov 04 13:32:01 UTC 2024
    - 449 bytes
    - Viewed (0)
  3. 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: Mon Nov 04 18:39:44 UTC 2024
    - 376 bytes
    - Viewed (0)
  4. 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: Tue Nov 05 00:17:42 UTC 2024
    - 377 bytes
    - Viewed (0)
  5. perlcheat.txt

    =head1 NAME perlcheat - Perl 5 Cheat Sheet =head1 DESCRIPTION This 'cheat sheet' is a handy reference, meant for beginning Perl programmers. Not everything is mentioned, but 195 features may alread...
    perldoc.perl.org/perlcheat.txt
    Registered: Tue Nov 05 23:20:13 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  6. gmtime.txt

    =over =item gmtime EXPR X<gmtime> X<UTC> X<Greenwich> =item gmtime Works just like L<C<localtime>|/localtime EXPR>, but the returned values are localized for the standard Greenwich time zone. Note:...
    perldoc.perl.org/functions/gmtime.txt
    Registered: Tue Nov 05 17:09:18 UTC 2024
    - 379 bytes
    - Viewed (0)
  7. 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: Tue Nov 05 05:42:59 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  8. __CLASS__.txt

    =over =item __CLASS__ X<__CLASS__> Invoked within a L<C<method>|/method NAME BLOCK>, or similar location, such as a field initializer expression, this token returns the name of the class of the inv...
    perldoc.perl.org/functions/__CLASS__.txt
    Registered: Tue Nov 05 07:09:12 UTC 2024
    - 925 bytes
    - Viewed (0)
  9. semctl.txt

    =over =item semctl ID,SEMNUM,CMD,ARG X<semctl> Calls the System V IPC function L<semctl(2)>. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is IPC_...
    perldoc.perl.org/functions/semctl.txt
    Registered: Tue Nov 05 07:36:38 UTC 2024
    - 762 bytes
    - Viewed (0)
  10. send.txt

    =over =item send SOCKET,MSG,FLAGS,TO X<send> =item send SOCKET,MSG,FLAGS Sends a message on a socket. Attempts to send the scalar MSG to the SOCKET filehandle. Takes the same flags as the system ca...
    perldoc.perl.org/functions/send.txt
    Registered: Tue Nov 05 05:28:37 UTC 2024
    - 732 bytes
    - Viewed (0)
Back to top