West, William M wrote:

oddly- the grep documentation in perldoc doesn't even mention filehandles. readdir does show proper use though-

readdir does not use a filehandle and therefore does not show the proper use of them. The opendir/readdir/rewinddir/seekdir/telldir/closedir functions all use directory handles and only directory handles.



John -- use Perl; program fulfillment

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to