On Sep 14, 2004, at 12:15 AM, Manish wrote:

follow what it says I get the following error:

Undefined subroutine &main::complete called at try.pl
line 14.

Any pointers to docs are appreciated.

Never used this module, but when I get this kind of error is because I haven't load functions in the 'rigth' way...

Try to use this syntax when you load the module:

use Term::Complete qw(complete);


HTH

Remo


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to