Help for this page

Select Code to Download


  1. or download this
    my $thumb;
    
  2. or download this
    sub choosethumbs {
        @selection = grep(m/.*\/$country\/.*/, @justfiles);
    ...
        } 
        $thumb = $mainframe->Thumbnail(-images => \@selection, -labels =>0
    +, -width => '75', -height => '75', -background => 'black', -command =
    +>\&openwin)->pack;
    }