in reply to
Different output of print statement.
The
backticks
(
``
) execute the ping command and store the output in the @output array. The output of the ping command is only displayed when you
print
the @output array.
Comment on
Re: Different output of print statement.
Download
Code
Replies are listed 'Best First'.
Re^2: Different output of print statement.
by
srm
(Initiate)
on Oct 03, 2013 at 23:42 UTC
Thanks Backticks,
[reply]
In Section
Seekers of Perl Wisdom