in reply to Re: I want to run a script from another script, use the same version of perl, and reroute IO to a terminal-like textbox
in thread I want to run a script from another script, use the same version of perl, and reroute IO to a terminal-like textbox

That's a really good idea. I like using modules better than calling scripts, probably for all the right reasons. :) This also gets around the passing the hash problem too.

  • Comment on Re^2: I want to run a script from another script, use the same version of perl, and reroute IO to a terminal-like textbox