You can also try Paul Johnson's Shell::Source module:
http://search.cpan.org/dist/Shell-Source/
You can use it something like this:
#!/bin/perl
use Shell::Source;
my $ksh;
$ksh = Shell::Source->new(shell => "ksh", file=>"/some/shell/script.sh");
$ksh->inherit;
Any parameters exported from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.