Help for this page

Select Code to Download


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