Help for this page
sub Select_Tapes ($@) { my $wh_DataCopier = shift; ... print "List view is at $listview \n"; print "There are :". Win32::GUI::ListView::Count($listview)."Tapes + listed in the Listview\n";
print "The First Item is $tape{'-text'}\n"; ... }