Lines Matching full:dirhandle

196 L<C<closedir>|/closedir DIRHANDLE>, L<C<dbmclose>|/dbmclose HASH>,
203 L<C<readdir>|/readdir DIRHANDLE>, L<C<readline>|/readline EXPR>,
204 L<C<rewinddir>|/rewinddir DIRHANDLE>, L<C<say>|/say FILEHANDLE LIST>,
206 L<C<seekdir>|/seekdir DIRHANDLE,POS>,
212 L<C<tell>|/tell FILEHANDLE>, L<C<telldir>|/telldir DIRHANDLE>,
246 L<C<opendir>|/opendir DIRHANDLE,EXPR>, L<C<readlink>|/readlink EXPR>,
562 =item -X DIRHANDLE
569 operator takes one argument, either a filename, a filehandle, or a dirhandle,
1121 =item chdir DIRHANDLE
1419 =item closedir DIRHANDLE
1424 Closes a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR> and
2847 =item fileno DIRHANDLE
4326 =item lstat DIRHANDLE
5208 =item opendir DIRHANDLE,EXPR
5214 L<C<readdir>|/readdir DIRHANDLE>, L<C<telldir>|/telldir DIRHANDLE>,
5215 L<C<seekdir>|/seekdir DIRHANDLE,POS>,
5216 L<C<rewinddir>|/rewinddir DIRHANDLE>, and
5217 L<C<closedir>|/closedir DIRHANDLE>. Returns true if successful.
5218 DIRHANDLE may be an expression whose value can be used as an indirect
5219 dirhandle, usually the real dirhandle name. If DIRHANDLE is an undefined
5221 reference to a new anonymous dirhandle; that is, it's autovivified.
5225 See the example at L<C<readdir>|/readdir DIRHANDLE>.
6582 =item readdir DIRHANDLE
6588 L<C<opendir>|/opendir DIRHANDLE,EXPR>.
6594 L<C<readdir>|/readdir DIRHANDLE>, you'd better prepend the directory in
6602 As of Perl 5.12 you can use a bare L<C<readdir>|/readdir DIRHANDLE> in a
7329 =item rewinddir DIRHANDLE
7335 L<C<readdir>|/readdir DIRHANDLE> routine on DIRHANDLE.
7486 =item seekdir DIRHANDLE,POS
7491 Sets the current position for the L<C<readdir>|/readdir DIRHANDLE>
7492 routine on DIRHANDLE. POS must be a value returned by
7493 L<C<telldir>|/telldir DIRHANDLE>. L<C<seekdir>|/seekdir DIRHANDLE,POS>
8919 =item stat DIRHANDLE
8926 the file opened via FILEHANDLE or DIRHANDLE, or named by EXPR. If EXPR is
9643 =item telldir DIRHANDLE
9648 Returns the current position of the L<C<readdir>|/readdir DIRHANDLE>
9649 routines on DIRHANDLE. Value may be given to
9650 L<C<seekdir>|/seekdir DIRHANDLE,POS> to access a particular location in
9651 a directory. L<C<telldir>|/telldir DIRHANDLE> has the same caveats