Help for this page

Select Code to Download


  1. or download this
    my @data = resolve_comma_delimited_file_line($CSVFILE, $this_line);
    
    ...
        
        return @data;
    }