Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by apostate

  1. apostate

    Source ksh from Perl

    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...

Part and Inventory Search

Back
Top