=over =item opendir DIRHANDLE,EXPR X Opens a directory named EXPR for processing by L|/readdir DIRHANDLE>, L|/telldir DIRHANDLE>, L|/seekdir DIRHANDLE,POS>, L|/rewinddir DIRHANDLE>, and L|/closedir DIRHANDLE>. Returns true if successful. DIRHANDLE may be an expression whose value can be used as an indirect dirhandle, usually the real dirhandle name. If DIRHANDLE is an undefined scalar variable (or array or hash element), the variable is assigned a reference to a new anonymous dirhandle; that is, it's autovivified. Dirhandles are the same objects as filehandles; an I/O object can only be open as one of these handle types at once. See the example at L|/readdir DIRHANDLE>. =back