Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3431 - 3440 of 6,339 for content_length:[0 TO 9999] (1.72 sec)

  1. int.txt

    =over =item int EXPR X<int> X<integer> X<truncate> X<trunc> X<floor> =item int Returns the integer portion of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. You should not use this function fo...
    perldoc.perl.org/functions/int.txt
    Registered: Thu Nov 06 11:20:24 UTC 2025
    - 948 bytes
    - Viewed (0)
  2. pop.txt

    =over =item pop ARRAY X<pop> X<stack> =item pop Removes and returns the B<last> element of the array, shortening the array by one element. my @arr = ('cat', 'dog', 'mouse'); my $item = pop(@arr); #...
    perldoc.perl.org/functions/pop.txt
    Registered: Thu Nov 06 08:49:21 UTC 2025
    - 888 bytes
    - Viewed (0)
  3. __FILE__.txt

    =over =item __FILE__ X<__FILE__> A special token that returns the name of the file in which it occurs. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 199
    perldoc.perl.org/functions/__FILE__.txt
    Registered: Thu Nov 06 07:29:16 UTC 2025
    - 199 bytes
    - Viewed (0)
  4. ref.txt

    =over =item ref EXPR X<ref> X<reference> =item ref Examines the value of EXPR, expecting it to be a reference, and returns a string giving information about the reference and the type of referent. ...
    perldoc.perl.org/functions/ref.txt
    Registered: Thu Nov 06 22:18:42 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  5. reset.txt

    =over =item reset EXPR X<reset> =item reset Generally used in a L<C<continue>|/continue BLOCK> block at the end of a loop to clear variables and reset C<m?pattern?> searches so that they work again...
    perldoc.perl.org/functions/reset.txt
    Registered: Thu Nov 06 23:20:51 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  6. getppid.txt

    =over =item getppid X<getppid> X<parent> X<pid> Returns the process id of the parent process. Note for Linux users: Between v5.8.1 and v5.16.0 Perl would work around non-POSIX thread semantics the ...
    perldoc.perl.org/functions/getppid.txt
    Registered: Thu Nov 06 22:46:59 UTC 2025
    - 428 bytes
    - Viewed (0)
  7. import.txt

    =over =item import LIST X<import> There is no builtin C<import> function. It is just an ordinary method (subroutine) defined (or inherited) by modules that wish to export names to another module. T...
    perldoc.perl.org/functions/import.txt
    Registered: Thu Nov 06 23:09:31 UTC 2025
    - 378 bytes
    - Viewed (0)
  8. perl5161delta.txt

    =encoding utf8 =head1 NAME perl5161delta - what is new for perl v5.16.1 =head1 DESCRIPTION This document describes differences between the 5.16.0 release and the 5.16.1 release. If you are upgradin...
    perldoc.perl.org/perl5161delta.txt
    Registered: Sat Nov 08 04:56:00 UTC 2025
    - 6K bytes
    - Viewed (0)
  9. perl5383delta.txt

    =encoding utf8 =head1 NAME perl5383delta - what is new for perl v5.38.3 =head1 DESCRIPTION This document describes differences between the 5.38.2 release and the 5.38.3 release. If you are upgradin...
    perldoc.perl.org/perl5383delta.txt
    Registered: Sat Nov 08 03:31:55 UTC 2025
    - 6.1K bytes
    - Viewed (0)
  10. perl5182delta.txt

    =encoding utf8 =head1 NAME perl5182delta - what is new for perl v5.18.2 =head1 DESCRIPTION This document describes differences between the 5.18.1 release and the 5.18.2 release. If you are upgradin...
    perldoc.perl.org/perl5182delta.txt
    Registered: Sat Nov 08 04:50:45 UTC 2025
    - 5.2K bytes
    - Viewed (0)
Back to top