Help for this page

Select Code to Download


  1. or download this
    $fh = *DATA;
    
    ...
    item1,data1
    item2,data2
    item3,data3
    
  2. or download this
    use vars qw($fh);
    
    ...
    
        return $results;
    }