Thomas Browner wrote:
> 
> Could some one help me with this code. Every time that I this code:
> 
> use Net::Whois;
> use Carp;
> $dom ="digidyne.com";
> 
> my $w = new Net::Whois::Domain $dom or die "Can't connect to Whois
> server\n;
          ^
          ^
Missing " at end of string!

> I get the following error:
> 
> Bareword found where operator expected at C:\testScripts\testwhois.pl
> line 4, near "unless ($w->ok) { croak "No"


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to