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"; [download]