Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1181 - 1190 of 3,197 for filetype:txt (0.07 sec)

  1. 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: Wed Nov 27 03:30:18 UTC 2024
    - 151 bytes
    - Viewed (0)
  2. 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.txt
    Registered: Wed Nov 27 10:04:13 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Wed Nov 27 05:38:45 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Wed Nov 27 03:48:39 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  5. 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.txt
    Registered: Wed Nov 27 08:33:52 UTC 2024
    - 1K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Wed Nov 27 06:15:35 UTC 2024
    - 354 bytes
    - Viewed (0)
  7. 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: Wed Nov 27 05:59:54 UTC 2024
    - 310 bytes
    - Viewed (0)
  8. 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.txt
    Registered: Wed Nov 27 10:00:56 UTC 2024
    - 223 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: Wed Nov 27 05:09:20 UTC 2024
    - 197 bytes
    - Viewed (0)
  10. 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: Wed Nov 27 20:29:46 UTC 2024
    - 2.9K bytes
    - Viewed (0)
Back to top