:rvtol+use...@isolution.nl]
Sent: Monday, August 24, 2009 11:15 PM
To: beginners@perl.org
Subject: Re: Perl module Net::Oping Error
fzz wrote:
> print "Latency to `one' is " . $ret->{'www.example.org'} . "\n";
Why is there a backquote in that string?
--
fzz wrote:
print "Latency to `one' is " . $ret->{'www.example.org'} . "\n";
Why is there a backquote in that string?
--
Ruud
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
On Sun, Aug 23, 2009 at 21:06, fzz wrote:
> hi all I installed Net::Oping module. I run it ,but I can't get right
> values . Please give me some light. Thanks in advance.
> I write these code:
>
> #!/usr/bin/perl
>
You should really say the following here:
use strict;
use warnings;
> use