Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 601 - 610 of 3,443 for filetype:txt (0.68 sec)

  1. 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: Sun Oct 26 23:07:31 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  2. 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: Sun Oct 26 19:33:21 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  3. any.txt

    =over =item any BLOCK LIST Evaluates the BLOCK for each element of the LIST (locally setting L<C<$_>|perlvar/$_> to each element) and checks the truth of the result of that block. Returns true if a...
    perldoc.perl.org/functions/any.txt
    Registered: Sun Oct 26 15:49:57 UTC 2025
    - 1K bytes
    - Viewed (0)
  4. 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: Mon Oct 27 00:13:56 UTC 2025
    - 720 bytes
    - Viewed (0)
  5. 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: Sun Oct 26 21:59:27 UTC 2025
    - 454 bytes
    - Viewed (0)
  6. endgrent.txt

    =over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...
    perldoc.perl.org/functions/endgrent.txt Similar Results (29)
    Registered: Mon Oct 27 08:58:20 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  7. localtime.txt

    =over =item localtime EXPR X<localtime> X<ctime> =item localtime Converts a time as returned by the time function to a 9-element list with the time analyzed for the local time zone. If EXPR is omit...
    perldoc.perl.org/functions/localtime.txt
    Registered: Mon Oct 27 09:29:36 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  8. 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: Mon Oct 27 02:29:27 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  9. 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: Mon Oct 27 05:15:18 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  10. 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: Mon Oct 27 01:04:48 UTC 2025
    - 831 bytes
    - Viewed (0)
Back to top