Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 5911 - 5920 of 6,532 for content_length:[0 TO 9999] (0.14 sec)

  1. defined.txt

    =over =item defined EXPR X<defined> X<undef> X<undefined> =item defined Returns a Boolean value telling whether EXPR has a value other than the undefined value L<C<undef>|/undef EXPR>. If EXPR is n...
    perldoc.perl.org/functions/defined.txt
    Registered: Wed Jul 09 04:21:41 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  2. tie.txt

    =over =item tie VARIABLE,CLASSNAME,LIST X<tie> This function binds a variable to a package class that will provide the implementation for the variable. VARIABLE is the name of the variable to be en...
    perldoc.perl.org/functions/tie.txt
    Registered: Wed Jul 09 06:11:55 UTC 2025
    - 2.9K 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 Jul 09 05:41:11 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  4. my.txt

    =over =item my VARLIST X<my> =item my TYPE VARLIST =item my VARLIST : ATTRS =item my TYPE VARLIST : ATTRS A C<my> declares the listed variables to be local (lexically) to the enclosing block, file,...
    perldoc.perl.org/functions/my.txt
    Registered: Wed Jul 09 04:16:15 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  5. formline.txt

    =over =item formline PICTURE,LIST X<formline> This is an internal function used by C<format>s, though you may call it, too. It formats (see L<perlform>) a list of values according to the contents o...
    perldoc.perl.org/functions/formline.txt
    Registered: Wed Jul 09 09:52:11 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  6. pipe.txt

    =over =item pipe READHANDLE,WRITEHANDLE X<pipe> Opens a pair of connected pipes like the corresponding system call. Note that if you set up a loop of piped processes, deadlock can occur unless you ...
    perldoc.perl.org/functions/pipe.txt
    Registered: Wed Jul 09 04:42:37 UTC 2025
    - 831 bytes
    - Viewed (0)
  7. 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: Wed Jul 09 07:14:54 UTC 2025
    - 720 bytes
    - Viewed (0)
  8. rmdir.txt

    =over =item rmdir FILENAME X<rmdir> X<rd> X<directory, remove> =item rmdir Deletes the directory specified by FILENAME if that directory is empty. If it succeeds it returns true; otherwise it retur...
    perldoc.perl.org/functions/rmdir.txt
    Registered: Wed Jul 09 06:31:17 UTC 2025
    - 454 bytes
    - Viewed (0)
  9. telldir.txt

    =over =item telldir DIRHANDLE X<telldir> Returns the current position of the L<C<readdir>|/readdir DIRHANDLE> routines on DIRHANDLE. Value may be given to L<C<seekdir>|/seekdir DIRHANDLE,POS> to ac...
    perldoc.perl.org/functions/telldir.txt
    Registered: Wed Jul 09 05:07:50 UTC 2025
    - 363 bytes
    - Viewed (0)
  10. integer.txt

    package integer; our $VERSION = '1.01'; =head1 NAME integer - Perl pragma to use integer arithmetic instead of floating point =head1 SYNOPSIS use integer; $x = 10/3; # $x is now 3, not 3.3333333333...
    perldoc.perl.org/integer.txt
    Registered: Tue Jul 08 09:19:43 UTC 2025
    - 3.2K bytes
    - Viewed (0)
Back to top