Help for this page

Select Code to Download


  1. or download this
    #another way to dump values in record
    foreach my $tag (@csv_order)
    {
       print "Tag = $tag value =$curr_record{$tag} \n";
    }