Help for this page

Select Code to Download


  1. or download this
    while (<DATA>) {
    ($name[$b],$address[$b],$city[$b],…) = split /\,/,$_;
    etc...
    $b++;
    }
    
  2. or download this
    @varnames =(‘name’,’address’,’city’,…)