Help for this page

Select Code to Download


  1. or download this
    https://groups.google.com/forum/?fromgroups=#!topic/comp.lang.perl.tk/
    +-mMmqk43nhE
    
  2. or download this
    use warnings 'all';
    use strict;
    ...
    print $list2->selectionIncludes(0),"\n";
    
    MainLoop;