Help for this page

Select Code to Download


  1. or download this
       my %size;
       for(@str) {
             $size{$1}=1 if($_ =~ /(gss)/);     
       }