Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3411 - 3420 of 6,339 for content_length:[0 TO 9999] (0.75 sec)

  1. when.txt

    =over =item default =item given =item when These flow-control keywords related to the experimental switch feature are documented in L<perlsyn/"Switch Statements">. =back 174
    perldoc.perl.org/functions/when.txt Similar Results (2)
    Registered: Fri Nov 07 12:32:33 UTC 2025
    - 174 bytes
    - Viewed (0)
  2. 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: Fri Nov 07 19:14:27 UTC 2025
    - 152 bytes
    - Viewed (0)
  3. perl587delta.txt

    =head1 NAME perl587delta - what is new for perl v5.8.7 =head1 DESCRIPTION This document describes differences between the 5.8.6 release and the 5.8.7 release. =head1 Incompatible Changes There are ...
    perldoc.perl.org/perl587delta.txt
    Registered: Sat Nov 08 10:33:24 UTC 2025
    - 8.2K bytes
    - Viewed (0)
  4. perlunitut.txt

    =head1 NAME perlunitut - Perl Unicode Tutorial =head1 DESCRIPTION The days of just flinging strings around are over. It's well established that modern programs need to be capable of communicating f...
    perldoc.perl.org/perlunitut.txt
    Registered: Sat Nov 08 15:18:24 UTC 2025
    - 7.8K bytes
    - Viewed (0)
  5. perl5142delta.txt

    =encoding utf8 =head1 NAME perl5142delta - what is new for perl v5.14.2 =head1 DESCRIPTION This document describes differences between the 5.14.1 release and the 5.14.2 release. If you are upgradin...
    perldoc.perl.org/perl5142delta.txt
    Registered: Sat Nov 08 15:56:48 UTC 2025
    - 6.7K bytes
    - Viewed (0)
  6. 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: Thu Nov 06 05:51:35 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  7. values.txt

    =over =item values HASH X<values> =item values ARRAY Called in list context, returns a list consisting of all the value of the named hash, or in Perl 5.12 or later, the values of an array. Perl rel...
    perldoc.perl.org/functions/values.txt
    Registered: Thu Nov 06 05:42:58 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  8. index.txt

    =over =item index STR,SUBSTR,POSITION X<index> X<indexOf> X<InStr> =item index STR,SUBSTR The index function searches for one string within another, but without the wildcard-like behavior of a full...
    perldoc.perl.org/functions/index.txt
    Registered: Thu Nov 06 03:56:34 UTC 2025
    - 1021 bytes
    - Viewed (0)
  9. chop.txt

    =over =item chop VARIABLE X<chop> =item chop( LIST ) =item chop Chops off the last character of a string and returns the character chopped. It is much more efficient than C<s/.$//s> because it neit...
    perldoc.perl.org/functions/chop.txt
    Registered: Thu Nov 06 01:45:50 UTC 2025
    - 749 bytes
    - Viewed (0)
  10. 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: Thu Nov 06 03:41:57 UTC 2025
    - 713 bytes
    - Viewed (0)
Back to top