Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3101 - 3110 of 5,843 for content_length:[0 TO 9999] (0.09 sec)

  1. values.txt

    =over =item values HASH X<values> =item values ARRAY In list context, returns a list consisting of all the values of the named hash. In Perl 5.12 or later only, will also return a list of the value...
    perldoc.perl.org/functions/values.txt
    Registered: Mon Nov 04 15:07:47 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  2. umask.txt

    =over =item umask EXPR X<umask> =item umask Sets the umask for the process to EXPR and returns the previous value. If EXPR is omitted, merely returns the current umask. The Unix permission C<rwxr-x...
    perldoc.perl.org/functions/umask.txt
    Registered: Mon Nov 04 19:29:37 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  3. unshift.txt

    =over =item unshift ARRAY,LIST X<unshift> Add one or more elements to the B<beginning> of an array. This is the opposite of a L<C<shift>|/shift ARRAY>. my @animals = ("cat"); unshift(@animals, "mou...
    perldoc.perl.org/functions/unshift.txt
    Registered: Mon Nov 04 20:43:25 UTC 2024
    - 945 bytes
    - Viewed (0)
  4. 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: Mon Nov 04 22:40:59 UTC 2024
    - 1K bytes
    - Viewed (0)
  5. 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: Mon Nov 04 22:34:12 UTC 2024
    - 785 bytes
    - Viewed (0)
  6. study.txt

    =over =item study SCALAR X<study> =item study At this time, C<study> does nothing. This may change in the future. Prior to Perl version 5.16, it would create an inverted index of all characters tha...
    perldoc.perl.org/functions/study.txt
    Registered: Mon Nov 04 20:23:34 UTC 2024
    - 476 bytes
    - Viewed (0)
  7. perlstyle.txt

    =head1 NAME perlstyle - Perl style guide =head1 DESCRIPTION Each programmer will, of course, have his or her own preferences in regards to formatting, but there are some general guidelines that wil...
    perldoc.perl.org/perlstyle.txt
    Registered: Wed Nov 06 02:12:31 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  8. 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: Wed Nov 06 02:16:41 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  9. ExtUtils::CBuilder::Platform::Windows.txt

    package ExtUtils::CBuilder::Platform::Windows; use strict; use warnings; use File::Basename; use File::Spec; use ExtUtils::CBuilder::Base; use IO::File; our $VERSION = '0.280240'; # VERSION our @IS...
    perldoc.perl.org/ExtUtils::CBuilder::Platform::Windows.txt
    Registered: Fri Nov 08 00:02:59 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  10. English.txt

    package English; our $VERSION = '1.11'; require Exporter; @ISA = qw(Exporter); =head1 NAME English - use nice English (or awk) names for ugly punctuation variables =head1 SYNOPSIS use English; use ...
    perldoc.perl.org/English.txt
    Registered: Fri Nov 08 02:22:24 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top