Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 421 - 430 of 2,621 for host:perldoc.perl.org (0.03 sec)

  1. 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 18 19:29:22 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  2. 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: Fri Apr 18 17:16:48 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Fri Apr 18 18:00:24 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  4. q/STRING/ - Perldoc Browser

    functions / q/STRING/ ( source , CPAN ) # q/STRING/ # qq/STRING/ # qw/STRING/ # qx/STRING/ Generalized quotes. See "Q...
    perldoc.perl.org/functions/q/STRING/ Similar Results (3)
    Registered: Fri Apr 18 19:28:15 UTC 2025
    - 21.9K bytes
    - Viewed (0)
  5. chroot.txt

    =over =item chroot FILENAME X<chroot> X<root> =item chroot This function works like the system call by the same name: it makes the named directory the new root directory for all further pathnames t...
    perldoc.perl.org/functions/chroot.txt
    Registered: Fri Apr 18 20:11:32 UTC 2025
    - 760 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: Fri Apr 18 20:54:54 UTC 2025
    - 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 197
    perldoc.perl.org/functions/exp.txt
    Registered: Fri Apr 18 18:43:39 UTC 2025
    - 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 151
    perldoc.perl.org/functions/abs.txt
    Registered: Fri Apr 18 11:02:39 UTC 2025
    - 151 bytes
    - Viewed (0)
  9. 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: Fri Apr 18 21:13:44 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  10. package.txt

    =over =item package NAMESPACE =item package NAMESPACE VERSION X<package> X<module> X<namespace> X<version> =item package NAMESPACE BLOCK =item package NAMESPACE VERSION BLOCK X<package> X<module> X...
    perldoc.perl.org/functions/package.txt
    Registered: Sat Apr 19 00:21:18 UTC 2025
    - 2.5K bytes
    - Viewed (0)
Back to top