Re: Reading input and Word completion
From: Remo Sanges (sanges_at_biogem.it)
Date: 09/14/04
- Next message: Chris Devers: "Re: Reading input and Word completion"
- Previous message: Chris Devers: "RE: Reading input and Word completion"
- In reply to: Manish: "RE: Reading input and Word completion"
- Next in thread: Chris Devers: "Re: Reading input and Word completion"
- Reply: Chris Devers: "Re: Reading input and Word completion"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Chris Devers: "Re: Reading input and Word completion"
- Previous message: Chris Devers: "RE: Reading input and Word completion"
- In reply to: Manish: "RE: Reading input and Word completion"
- Next in thread: Chris Devers: "Re: Reading input and Word completion"
- Reply: Chris Devers: "Re: Reading input and Word completion"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]