Help for this page

Select Code to Download


  1. or download this
    $cui->add_callback( 'editor', \&current_word);
    
    ...
        ($candidate) = $part =~ /\b(\w+)$/; # caveat locale, utf8
        warn $fh "x: $x y: $y '$line' - '$part' candidate: '$candidate'\n"
    +;
    }