Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 150 of 3,449 for filetype:txt (0.07 sec)

  1. rindex.txt

    =over =item rindex STR,SUBSTR,POSITION X<rindex> =item rindex STR,SUBSTR Works just like L<C<index>|/index STR,SUBSTR,POSITION> except that it returns the position of the I<last> occurrence of SUBS...
    perldoc.perl.org/functions/rindex.txt
    Registered: Sat Aug 16 19:48:14 UTC 2025
    - 310 bytes
    - Viewed (0)
  2. perl5004delta.txt

    =head1 NAME perl5004delta - what's new for perl5.004 =head1 DESCRIPTION This document describes differences between the 5.003 release (as documented in I<Programming Perl>, second edition--the Came...
    perldoc.perl.org/perl5004delta.txt
    Registered: Sat Aug 16 12:27:53 UTC 2025
    - 54.9K bytes
    - Viewed (0)
  3. fc.txt

    =over =item fc EXPR X<fc> X<foldcase> X<casefold> X<fold-case> X<case-fold> =item fc Returns the casefolded version of EXPR. This is the internal function implementing the C<\F> escape in double-qu...
    perldoc.perl.org/functions/fc.txt
    Registered: Sat Aug 16 23:21:45 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  4. readdir.txt

    =over =item readdir DIRHANDLE X<readdir> Returns the next directory entry for a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR>. If used in list context, returns all the rest of the entri...
    perldoc.perl.org/functions/readdir.txt
    Registered: Sun Aug 17 00:27:02 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  5. getc.txt

    =over =item getc FILEHANDLE X<getc> X<getchar> X<character> X<file, read> =item getc Returns the next character from the input file attached to FILEHANDLE, or the undefined value at end of file or ...
    perldoc.perl.org/functions/getc.txt
    Registered: Sat Aug 16 22:50:13 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  6. all.txt

    =over =item all BLOCK LIST Evaluates the BLOCK for each element of the LIST (locally setting L<C<$_>|perlvar/$_> to each element) and checks the truth of the result of that block. Returns true if e...
    perldoc.perl.org/functions/all.txt
    Registered: Sun Aug 17 00:50:59 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  7. any.txt

    =over =item any BLOCK LIST Evaluates the BLOCK for each element of the LIST (locally setting L<C<$_>|perlvar/$_> to each element) and checks the truth of the result of that block. Returns true if a...
    perldoc.perl.org/functions/any.txt
    Registered: Sun Aug 17 01:12:02 UTC 2025
    - 1K bytes
    - Viewed (0)
  8. cos.txt

    =over =item cos EXPR X<cos> X<cosine> X<acos> X<arccosine> =item cos Returns the cosine of EXPR (expressed in radians). If EXPR is omitted, takes the cosine of L<C<$_>|perlvar/$_>. For the inverse ...
    perldoc.perl.org/functions/cos.txt
    Registered: Sun Aug 17 00:18:53 UTC 2025
    - 366 bytes
    - Viewed (0)
  9. exp.txt

    =over =item exp EXPR X<exp> X<exponential> X<antilog> X<antilogarithm> X<e> =item exp Returns I<e> (the natural logarithm base) to the power of EXPR. If EXPR is omitted, gives C<exp($_)>. =back 197
    perldoc.perl.org/functions/exp.txt
    Registered: Sat Aug 16 23:44:21 UTC 2025
    - 197 bytes
    - Viewed (0)
  10. abs.txt

    =over =item abs VALUE X<abs> X<absolute> =item abs Returns the absolute value of its argument. If VALUE is omitted, uses L<C<$_>|perlvar/$_>. =back 151
    perldoc.perl.org/functions/abs.txt
    Registered: Sat Aug 16 22:27:18 UTC 2025
    - 151 bytes
    - Viewed (0)
Back to top