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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  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