Help for this page

Select Code to Download


  1. or download this
    $tl->bind("<Alt-Key-R>", sub { $Redo_PrettyPrint_b->invoke(); } );
    
  2. or download this
    -command => sub {
    ...
    $ccmd_rc = system $auto_check_command, @ac_args;
    warn "'Auto-Check' problem: ", $? >> 8, "\n" if $ccmd_rc;
    ...