- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1181 - 1190 of 3,197 for filetype:txt (0.07 sec)
-
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: Wed Nov 27 03:30:18 UTC 2024 - 151 bytes - Viewed (0) -
vec.txt
=over =item vec EXPR,OFFSET,BITS X<vec> X<bit> X<bit vector> Treats the string in EXPR as a bit vector made up of elements of width BITS and returns the value of the element specified by OFFSET as ...perldoc.perl.org/functions/vec.txtRegistered: Wed Nov 27 10:04:13 UTC 2024 - 13.1K bytes - Viewed (0) -
seek.txt
=over =item seek FILEHANDLE,POSITION,WHENCE X<seek> X<fseek> X<filehandle, position> Sets FILEHANDLE's position, just like the L<fseek(3)> call of C C<stdio>. FILEHANDLE may be an expression whose ...perldoc.perl.org/functions/seek.txtRegistered: Wed Nov 27 05:38:45 UTC 2024 - 2.5K bytes - Viewed (0) -
grep.txt
=over =item grep BLOCK LIST X<grep> =item grep EXPR,LIST This is similar in spirit to, but not the same as, L<grep(1)> and its relatives. In particular, it is not limited to using regular expressio...perldoc.perl.org/functions/grep.txtRegistered: Wed Nov 27 03:48:39 UTC 2024 - 1.3K bytes - Viewed (0) -
scalar.txt
=over =item scalar EXPR X<scalar> X<context> Forces EXPR to be interpreted in scalar context and returns the value of EXPR. my @counts = ( scalar @a, scalar @b, scalar @c ); There is no equivalent ...perldoc.perl.org/functions/scalar.txtRegistered: Wed Nov 27 08:33:52 UTC 2024 - 1K bytes - Viewed (0) -
seekdir.txt
=over =item seekdir DIRHANDLE,POS X<seekdir> Sets the current position for the L<C<readdir>|/readdir DIRHANDLE> routine on DIRHANDLE. POS must be a value returned by L<C<telldir>|/telldir DIRHANDLE...perldoc.perl.org/functions/seekdir.txtRegistered: Wed Nov 27 06:15:35 UTC 2024 - 354 bytes - Viewed (0) -
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.txtRegistered: Wed Nov 27 05:59:54 UTC 2024 - 310 bytes - Viewed (0) -
field.txt
=over =item field VARNAME X<field> Declares a new field variable within the current class. Methods and C<ADJUST> blocks of the class will have access to this variable as if it was a lexical in scop...perldoc.perl.org/functions/field.txtRegistered: Wed Nov 27 10:00:56 UTC 2024 - 223 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: Wed Nov 27 05:09:20 UTC 2024 - 197 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: Wed Nov 27 20:29:46 UTC 2024 - 2.9K bytes - Viewed (0)