On Wed, Mar 10, 2010 at 04:48:54PM +0100, Christoph Friedrich wrote: > Could I also write > > eval { use Env::Sourced "$oraenv"; } or die "Error in Eval $_"; > > to do the use on run time?
You'd need string eval: eval "use ..." See also Shell::Source which doesn't do the work at compile time. -- Paul Johnson - p...@pjcj.net http://www.pjcj.net -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/