Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 1 - 10 of 325 for filetype:txt (0.03 sec)

  1. quotemeta.txt

    =over =item quotemeta EXPR X<quotemeta> X<metacharacter> =item quotemeta Returns the value of EXPR with all the ASCII non-"word" characters backslashed. (That is, all ASCII characters not matching ...
    perldoc.perl.org/functions/quotemeta.txt
    Registered: Wed Apr 17 09:46:23 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  2. substr.txt

    =over =item substr EXPR,OFFSET,LENGTH,REPLACEMENT X<substr> X<substring> X<mid> X<left> X<right> =item substr EXPR,OFFSET,LENGTH =item substr EXPR,OFFSET Extracts a substring out of EXPR and return...
    perldoc.perl.org/functions/substr.txt
    Registered: Wed Apr 17 10:46:39 UTC 2024
    - 3.3K 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: Wed Apr 17 09:38:04 UTC 2024
    - 2.6K 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 Apr 17 09:53:40 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  5. 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: Wed Apr 17 11:51:43 UTC 2024
    - 366 bytes
    - Viewed (0)
  6. sqrt.txt

    =over =item sqrt EXPR X<sqrt> X<root> X<square root> =item sqrt Return the positive square root of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. Works only for non-negative operands unless yo...
    perldoc.perl.org/functions/sqrt.txt
    Registered: Wed Apr 17 09:09:12 UTC 2024
    - 325 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
    perldoc.perl.org/functions/exp.txt
    Registered: Wed Apr 17 12:38:47 UTC 2024
    - 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
    perldoc.perl.org/functions/abs.txt
    Registered: Wed Apr 17 13:07:45 UTC 2024
    - 151 bytes
    - Viewed (0)
  9. map.txt

    =over =item map BLOCK LIST X<map> =item map EXPR,LIST Evaluates the BLOCK or EXPR for each element of LIST (locally setting L<C<$_>|perlvar/$_> to each element) and composes a list of the results o...
    perldoc.perl.org/functions/map.txt
    Registered: Wed Apr 17 13:15:22 UTC 2024
    - 3K bytes
    - Viewed (0)
  10. 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 Apr 17 15:29:41 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top