Works fine! HOWEVER#!/usr/bin/perl use Net::Ping; $p = Net::Ping->new('icmp'); print "She's workin\n" if $p->ping("ns.online.no"); $p->close();
Will not!#!/usr/bin/perl use Net::Ping; $p = Net::Ping->new(); print "She's workin\n" if $p->ping("ns.online.no"); $p->close();
In reply to Re: Net::Ping just don't werk
by JPaul
in thread Net::Ping just don't werk
by JPaul
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |