> 
> That's because eval BLOCK still compiles the block at 
> compile-time.  You want to use eval EXPR.
> 
>   eval 'use Module ...; 1';
>   if ($@) { uh oh }
> 
> You can also use q{} instead of single quotes for more 
> code-like appearance.

Excellent Jeff! Thanks for that tid bit I missed it somewhere along the way.
Works perfect!

Thanks

Dan

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

Reply via email to