Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2491 - 2500 of 6,576 for content_length:[0 TO 9999] (0.17 sec)

  1. length.txt

    =over =item length EXPR X<length> X<size> =item length Returns the length in I<characters> of the value of EXPR. If EXPR is omitted, returns the length of L<C<$_>|perlvar/$_>. If EXPR is undefined,...
    perldoc.perl.org/functions/length.txt
    Registered: Fri Dec 12 20:53:50 UTC 2025
    - 713 bytes
    - Viewed (0)
  2. truncate.txt

    =over =item truncate FILEHANDLE,LENGTH X<truncate> =item truncate EXPR,LENGTH Truncates the file opened on FILEHANDLE, or named by EXPR, to the specified length. Raises an exception if truncate isn...
    perldoc.perl.org/functions/truncate.txt
    Registered: Sat Dec 13 00:24:41 UTC 2025
    - 573 bytes
    - Viewed (0)
  3. symlink.txt

    =over =item symlink OLDFILE,NEWFILE X<symlink> X<link> X<symbolic link> X<link, symbolic> Creates a new filename symbolically linked to the old filename. Returns C<1> for success, C<0> otherwise. O...
    perldoc.perl.org/functions/symlink.txt
    Registered: Fri Dec 12 22:21:43 UTC 2025
    - 398 bytes
    - Viewed (0)
  4. __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: Fri Dec 12 21:50:53 UTC 2025
    - 199 bytes
    - Viewed (0)
  5. tr.txt

    =over =item tr/// The transliteration operator. Same as L<C<yE<sol>E<sol>E<sol>>|/yE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back 152
    perldoc.perl.org/functions/tr.txt
    Registered: Sat Dec 13 20:25:18 UTC 2025
    - 152 bytes
    - Viewed (0)
  6. TAP::Parser::Aggregator.txt

    package TAP::Parser::Aggregator; use strict; use warnings; use Benchmark; use base 'TAP::Object'; =head1 NAME TAP::Parser::Aggregator - Aggregate TAP::Parser results =head1 VERSION Version 3.50 =cu...
    perldoc.perl.org/TAP::Parser::Aggregator.txt
    Registered: Thu Dec 18 01:18:13 UTC 2025
    - 9.2K bytes
    - Viewed (0)
  7. Test2::Compare::Object.txt

    package Test2::Compare::Object; use strict; use warnings; use Test2::Util qw/try/; use Test2::Compare::Meta(); use base 'Test2::Compare::Base'; our $VERSION = '1.302210'; use Test2::Util::HashBase ...
    perldoc.perl.org/Test2::Compare::Object.txt
    Registered: Thu Dec 18 04:46:11 UTC 2025
    - 6.1K bytes
    - Viewed (0)
  8. Test2::API::Stack.txt

    package Test2::API::Stack; use strict; use warnings; our $VERSION = '1.302210'; use Test2::Hub(); use Carp qw/confess/; sub new { my $class = shift; return bless [], $class; } sub new_hub { my $sel...
    perldoc.perl.org/Test2::API::Stack.txt
    Registered: Thu Dec 18 03:50:37 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  9. TAP::Parser::Result::Test.txt

    package TAP::Parser::Result::Test; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Test - Test result token. =head1 VERSION Version 3.50 =cut our $VERSION...
    perldoc.perl.org/TAP::Parser::Result::Test.txt
    Registered: Thu Dec 18 05:53:34 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  10. Term::Table::Util.txt

    package Term::Table::Util; use strict; use warnings; use Config qw/%Config/; our $VERSION = '0.024'; use base 'Exporter'; our @EXPORT_OK = qw/term_size USE_GCS USE_TERM_READKEY USE_TERM_SIZE_ANY un...
    perldoc.perl.org/Term::Table::Util.txt
    Registered: Thu Dec 18 02:54:57 UTC 2025
    - 4.1K bytes
    - Viewed (0)
Back to top