Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 6211 - 6220 of 6,887 for content_length:[0 TO 9999] (0.13 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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: Fri Apr 18 22:29:40 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  9. formline.txt

    =over =item formline PICTURE,LIST X<formline> This is an internal function used by L<C<format>|/format>s, though you may call it, too. It formats (see L<perlform>) a list of values according to the...
    perldoc.perl.org/functions/formline.txt
    Registered: Sat Apr 19 00:33:28 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  10. 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: Fri Apr 18 23:22:03 UTC 2025
    - 1.3K bytes
    - Viewed (0)
Back to top