in reply to passing values from perl to unix app and getting result from the app

$a = 'perlmonks.org'; @b = `ping $a -c 3`; print "@b\n";
but it doesn't do this part of your task:
"The app gives options to select and i want to pass values accordingly to select the options."
  • Comment on Re: passing values from perl to unix app and getting result from the app
  • Download Code