- or download this
Undefined subroutine &readline::rl_basic_commands called at...
- or download this
if (exists &readline::rl_basic_commands){&readline::rl_basic_commands(
+keys %cmds);}
- or download this
#!perl
use strict;
...
if (exists &readline::rl_basic_commands){print "IN CONTINUE EXISTS\
+n"; &readline::rl_basic_commands(keys %cmds);}
}