Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3251 - 3260 of 3,463 for filetype:txt (0.04 sec)

  1. 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: Sun Jun 22 11:43:40 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  2. 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: Sun Jun 22 19:30:01 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  3. printf.txt

    =over =item printf FILEHANDLE FORMAT, LIST X<printf> =item printf FILEHANDLE =item printf FORMAT, LIST =item printf Equivalent to C<print FILEHANDLE sprintf(FORMAT, LIST)>, except that L<C<$\>|perl...
    perldoc.perl.org/functions/printf.txt
    Registered: Sun Jun 22 18:11:54 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  4. tell.txt

    =over =item tell FILEHANDLE X<tell> =item tell Returns the current position I<in bytes> for FILEHANDLE, or -1 on error. FILEHANDLE may be an expression whose value gives the name of the actual file...
    perldoc.perl.org/functions/tell.txt
    Registered: Sun Jun 22 13:17:34 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  5. fileno.txt

    =over =item fileno FILEHANDLE X<fileno> =item fileno DIRHANDLE Returns the file descriptor for a filehandle or directory handle, or undefined if the filehandle is not open. If there is no real file...
    perldoc.perl.org/functions/fileno.txt
    Registered: Sun Jun 22 13:26:27 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  6. uc.txt

    =over =item uc EXPR X<uc> X<uppercase> X<toupper> =item uc Returns an uppercased version of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. my $str = uc("Perl is GREAT"); # "PERL IS GREAT" This...
    perldoc.perl.org/functions/uc.txt
    Registered: Sun Jun 22 12:35:35 UTC 2025
    - 599 bytes
    - Viewed (0)
  7. 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: Sun Jun 22 19:22:32 UTC 2025
    - 319 bytes
    - Viewed (0)
  8. perlre.txt

    =head1 NAME X<regular expression> X<regex> X<regexp> perlre - Perl regular expressions =head1 DESCRIPTION This page describes the syntax of regular expressions in Perl. If you haven't used regular ...
    perldoc.perl.org/perlre.txt
    Registered: Mon Jun 16 18:20:49 UTC 2025
    - 132.6K bytes
    - Viewed (0)
  9. perlport.txt

    =head1 NAME perlport - Writing portable Perl =head1 DESCRIPTION Perl runs on numerous operating systems. While most of them share much in common, they also have their own unique features. This docu...
    perldoc.perl.org/perlport.txt
    Registered: Mon Jun 16 19:40:00 UTC 2025
    - 87.4K bytes
    - Viewed (0)
  10. perlfaq4.txt

    =head1 NAME perlfaq4 - Data Manipulation =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hash...
    perldoc.perl.org/perlfaq4.txt
    Registered: Mon Jun 16 20:37:11 UTC 2025
    - 91K bytes
    - Viewed (0)
Back to top