http://qs321.pair.com?node_id=125692


in reply to How to avoid this error...

You might want to use IO::File; before you actually use it. It looks like you included your entire script and there's no declaration to use IO::File;

Hope this helps,
Rich

Replies are listed 'Best First'.
Re: Re: How to avoid this error...
by basicdez (Pilgrim) on Nov 16, 2001 at 01:52 UTC
    Thanks Rich, that is exactly what I needed. You are a life savor... peace, LOVE and ((code)) basicdez