> There are ways to fake a filehandle by tieing it to a module, 
> but that is a bit cumbersome.  Looking at the Mail::Internet 
> docs it seems that you can pass it an array reference instead 
> of a filehandle ref.
> 


Oh yeah I see that now, that may be just the ticket.
I'll try it out and let you know how it goes.

Thnaks Rob

Dan

> Try this, I think it will work...
> 
> my $mio = Mail::Internet([$data]);
> 
> Rob
> 

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to