Re: Reading input and Word completion

From: Remo Sanges (sanges_at_biogem.it)
Date: 09/14/04


Date: Tue, 14 Sep 2004 00:25:47 +0200
To: Manish <manishg_ldap_ml@yahoo.com>

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