http://www.perlmonks.org?node_id=74417


in reply to Re: Re: I'm an idiot newbie, so
in thread I'm an idiot newbie, so

Just to complete chady and bbfu answers.
backticks quotes could be handy too...
(When you need to grab the produced output)

You might then use something like :
$string_to_process=`ping $host`;
(notes that variable are interpolated inside backticks)

"Only Bad Coders Badly Code In Perl" (OBC2IP)