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 Chriss Miller 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 dsingh1

  1. dsingh1

    Process Management

    >>my $SCRIPTPATH = "/m/home/myuser"; >>my $SCRIPT = "script2.pl"; >>system ("$SCRIPTPATH/$SCRIPT"); >>exit; In this code exit statement will work only when the control will be returned from system command. Means when script2 will be done then the control will return to script1 and then it...
  2. dsingh1

    Process Management

    Hi, I want to write a perl script which call another perl script and the first one quit. Means it should call perl script in another thread and instead of waiting for that to finish it should quit. For example: script1.pl will call script2.pl smoehow and script1.pl must quit after that and all...

Part and Inventory Search

Back
Top