Help for this page

Select Code to Download


  1. or download this
    sub ClassInit {
        my ($class,$mw) = @_;
    ...
        $mw->bind($class,'<Control-c>','_copyAll');
        $mw->bind($class,'<Control-C>','_copyAll');
    }
    
  2. or download this
    sub _copyAll {
        my ($w) = @_;
    ...
                }
        }
    }