Hi,
When using Komodo with autocomplete turned on, I'm not seeing all of the functions available in a module for instance if I type:
use Time::HiRes;
my $utime = Time::HiRes::(autocomplete appears here)
The only function that appears is the tv_interval function, which happens to be the only subroutine written in Perl in the module file. The rest of the functions are system calls. Is there any way to have those functions appear as well?
Thanks,
Dana