Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. glob.txt

    =over =item glob EXPR X<glob> X<wildcard> X<filename, expansion> X<expand> =item glob In list context, returns a (possibly empty) list of filename expansions on the value of EXPR such as the Unix s...
    perldoc.perl.org/functions/glob.txt
    Registered: Sun Aug 17 07:29:51 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  10. tie.txt

    =over =item tie VARIABLE,CLASSNAME,LIST X<tie> This function binds a variable to a package class that will provide the implementation for the variable. VARIABLE is the name of the variable to be en...
    perldoc.perl.org/functions/tie.txt
    Registered: Sun Aug 17 08:30:35 UTC 2025
    - 2.9K bytes
    - Viewed (0)
Back to top