Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 2,354 for host:perldoc.perl.org (0.02 sec)

  1. perlvms.txt

    =head1 NAME perlvms - VMS-specific documentation for Perl =head1 DESCRIPTION Gathered below are notes describing details of Perl 5's behavior on VMS. They are a supplement to the regular Perl 5 doc...
    perldoc.perl.org/perlvms.txt
    Registered: Sun Apr 07 16:11:42 UTC 2024
    - 49.6K bytes
    - Viewed (0)
  2. perl588delta.txt

    =encoding utf8 =head1 NAME perl588delta - what is new for perl v5.8.8 =head1 DESCRIPTION This document describes differences between the 5.8.7 release and the 5.8.8 release. =head1 Incompatible Cha...
    perldoc.perl.org/perl588delta.txt
    Registered: Sun Apr 07 19:11:27 UTC 2024
    - 24.7K 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: Fri Apr 05 21:51:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  4. 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: Fri Apr 05 22:28:25 UTC 2024
    - 366 bytes
    - Viewed (0)
  5. 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: Fri Apr 05 22:35:56 UTC 2024
    - 325 bytes
    - Viewed (0)
  6. 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: Sat Apr 06 00:56:40 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  7. 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: Fri Apr 05 23:02:53 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  8. 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: Fri Apr 05 22:39:53 UTC 2024
    - 3K bytes
    - Viewed (0)
  9. close.txt

    =over =item close FILEHANDLE X<close> =item close Closes the file or pipe associated with the filehandle, flushes the IO buffers, and closes the system file descriptor. Returns true if those operat...
    perldoc.perl.org/functions/close.txt
    Registered: Sat Apr 06 02:53:28 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  10. 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 Apr 06 02:17:02 UTC 2024
    - 1.1K bytes
    - Viewed (0)
Back to top