Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2691 - 2700 of 3,598 for filetype:txt (0.41 sec)

  1. getpriority.txt

    =over =item getpriority WHICH,WHO X<getpriority> X<priority> X<nice> Returns the current priority for a process, a process group, or a user. (See L<getpriority(2)>.) Will raise a fatal exception if...
    perldoc.perl.org/functions/getpriority.txt
    Registered: Sat Dec 13 14:14:14 UTC 2025
    - 426 bytes
    - Viewed (0)
  2. __END__.txt

    =over =item __DATA__ =item __END__ These keywords are documented in L<perldata/"Special Literals">. =back 109
    perldoc.perl.org/functions/__END__.txt Similar Results (1)
    Registered: Sat Dec 13 19:12:41 UTC 2025
    - 109 bytes
    - Viewed (0)
  3. split.txt

    =over =item split /PATTERN/,EXPR,LIMIT X<split> =item split /PATTERN/,EXPR =item split /PATTERN/ =item split Splits the string EXPR into a list of strings and returns the list in list context, or t...
    perldoc.perl.org/functions/split.txt
    Registered: Fri Dec 12 20:36:26 UTC 2025
    - 7.4K bytes
    - Viewed (0)
  4. each.txt

    =over =item each HASH X<each> X<hash, iterator> =item each ARRAY X<array, iterator> When called on a hash in list context, returns a 2-element list consisting of the key and value for the next elem...
    perldoc.perl.org/functions/each.txt
    Registered: Fri Dec 12 17:21:35 UTC 2025
    - 5.7K bytes
    - Viewed (0)
  5. lc.txt

    =over =item lc EXPR X<lc> X<lowercase> =item lc Returns a lowercased version of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. my $str = lc("Perl is GREAT"); # "perl is great" What gets return...
    perldoc.perl.org/functions/lc.txt
    Registered: Fri Dec 12 15:59:20 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  6. chomp.txt

    =over =item chomp VARIABLE X<chomp> X<INPUT_RECORD_SEPARATOR> X<$/> X<newline> X<eol> =item chomp( LIST ) =item chomp This safer version of L<C<chop>|/chop VARIABLE> removes any trailing string tha...
    perldoc.perl.org/functions/chomp.txt
    Registered: Fri Dec 12 18:56:49 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  7. oct.txt

    =over =item oct EXPR X<oct> X<octal> X<hex> X<hexadecimal> X<binary> X<bin> =item oct Interprets EXPR as an octal string and returns the corresponding value. An octal string consists of octal digit...
    perldoc.perl.org/functions/oct.txt
    Registered: Fri Dec 12 17:28:03 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  8. join.txt

    =over =item join EXPR,LIST X<join> Joins the separate strings of LIST into a single string with fields separated by the value of EXPR, and returns that new string. Example: my $rec = join(':', $log...
    perldoc.perl.org/functions/join.txt
    Registered: Fri Dec 12 15:42:32 UTC 2025
    - 436 bytes
    - Viewed (0)
  9. ord.txt

    =over =item ord EXPR X<ord> X<encoding> =item ord Returns the code point of the first character of EXPR. If EXPR is an empty string, returns 0. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. (Note I...
    perldoc.perl.org/functions/ord.txt
    Registered: Fri Dec 12 17:35:47 UTC 2025
    - 319 bytes
    - Viewed (0)
  10. Compress::Raw::Zlib.txt

    package Compress::Raw::Zlib; require 5.006 ; require Exporter; use Carp ; use strict ; use warnings ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD, %DE...
    perldoc.perl.org/Compress::Raw::Zlib.txt
    Registered: Sun Dec 14 03:26:29 UTC 2025
    - 47.9K bytes
    - Viewed (0)
Back to top