RE: Perl module Net::Oping Error

2009-08-25 Thread Ajay Kumar
: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? --

Re: Perl module Net::Oping Error

2009-08-25 Thread Dr.Ruud
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/

Re: Perl module Net::Oping Error

2009-08-23 Thread Chas. Owens
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