- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 141 - 150 of 3,449 for filetype:txt (0.03 sec)
-
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.txtRegistered: Sat Aug 16 23:21:45 UTC 2025 - 2.5K bytes - Viewed (0) -
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.txtRegistered: Sun Aug 17 00:27:02 UTC 2025 - 1.5K bytes - Viewed (0) -
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.txtRegistered: Sat Aug 16 22:50:13 UTC 2025 - 1.1K bytes - Viewed (0) -
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.txtRegistered: Sun Aug 17 00:50:59 UTC 2025 - 1.1K bytes - Viewed (0) -
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.txtRegistered: Sun Aug 17 01:12:02 UTC 2025 - 1K bytes - Viewed (0) -
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.txtRegistered: Sun Aug 17 00:18:53 UTC 2025 - 366 bytes - Viewed (0) -
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 197perldoc.perl.org/functions/exp.txtRegistered: Sat Aug 16 23:44:21 UTC 2025 - 197 bytes - Viewed (0) -
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 151perldoc.perl.org/functions/abs.txtRegistered: Sat Aug 16 22:27:18 UTC 2025 - 151 bytes - Viewed (0) -
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.txtRegistered: Sun Aug 17 07:29:51 UTC 2025 - 2.9K bytes - Viewed (0) -
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.txtRegistered: Sun Aug 17 08:30:35 UTC 2025 - 2.9K bytes - Viewed (0)