Help for this page

Select Code to Download


  1. or download this
    $csv->print (*STDOUT, $_) for @records;
    
  2. or download this
    for (@ports) { 
        $csv->print (*STDOUT, [ $_, shift @val1, shift @val2 ]); 
    }