Help for this page

Select Code to Download


  1. or download this
    @array=("abc","def","abc","klm","abc","rbc","Kjm","rbc","abc");
    
  2. or download this
    for $i (@array)
    {
    $hash{$i}=1;
    }