Greetings,
I'm getting a warning using IO::Prompt and don't see why:
my $mapper = prompt("Choose a mapper: ", -menu=>[ @mappers ]);
gives:
Use of uninitialized value $_ in pattern match (m//) at /opt/local/lib/
perl5/site_perl/5.10.0/IO/Prompt.pm line 91.
??
thanks for any insight,
Tom K