|
Hello, I am a newb to perl so please bear with me. I made a tiny program to test this module out:
#!/usr/bin/perl
use warnings;
use WWW::Dictionary;
And I get this error message:
http://img524.imageshack.us/img524/9670/perlerror0wi.jpg
Any idea what is the problem? I am using ActivePerl 5.8.7 build 813 on Windows XP.
|