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 bkrike 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 matvashy

  1. matvashy

    return value from a process

    thanks all for your tips
  2. matvashy

    return value from a process

    Thanks for your replies, guys, but i guess i need to explain myself a little bit clearer. I have a main script (main.pl) which calls and executes other perl scripts within itself using "system" utility (forks off new process in its). System returns only exit status of each execution which in...
  3. matvashy

    return value from a process

    Hi, Can someone suggest a way to return a value from a script that gets called from the main script using "system" comand back to the main script. What I know is that system command returns status of execution, but not the other content. Im a newbee in perl :) Thanks

Part and Inventory Search

Back
Top