in reply to Re: Compilation failed in require
in thread Compilation failed in require

Hi

After installing all of Wiktionary::Parser dependencies, I do not get the error message as before, so it seems to have worked.

However when I try to run the script that you posted (I had a look at Wiktionary::Parser documentation and it looks correct), I get a new error message- 'Can't call method "get_derived_terms" on an undefined value at \some\dir\script.pl line 12'. Any ideas?

Thank you for the help in my previous post, much appreciated

Replies are listed 'Best First'.
Re^3: Compilation failed in require
by Khen1950fx (Canon) on Aug 13, 2013 at 06:18 UTC
    The documentation is incorrect. You should have gotten this output:
    { en => [ "angst bunny", "badge bunny", "bunny girl", "bunny rabbit", "cuddle bunny", "dust bunny", "Easter Bunny", "gym bunny", "snuggle bunny", "that's the bunny", "bunny wunny", "snow bunny" ] } { en => { language => "English", sense => { "easy, unchallenging, of a slope" => [ "nursery" ], "resembling a bun" => [ "bunlike" ] } } }
    You'll have to improvise:)