[EMAIL PROTECTED] wrote:

Hey!

I'm having some trouble passing a file handle from a script into a module as a function parameter. I'm passing it as a variable.

The program says that I'm trying to use an un-opened file handle.

Does anybody have any thoughts on this?

Thanks,

Lewis AS Bassett


Show us some code. Have you opened the file? Are you either using the


*HANDLE

Notation or storing the opened handle to a scalar? Consider using:

IO::Handle

http://danconia.org

--
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