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

    Executing Perl Script from within another Perl Script

    If you were asking how to execute perl from perl (were you?), here are some examples. These are not taint clean! Option 1 (ScriptOne.cgi exits, replaced by ScriptTwo.cgi) #!/usr/local/bin/perl # ScriptOne.cgi exec("ScriptTwo.cgi"); Option 2 (ScriptOne.cgi waits for ScriptTwo.cgi)...

Part and Inventory Search

Back
Top