#!/usr/bin/perl use strict; use warnings; foreach my $infile_name (@ARGV) { &mainCSV($infile_name); } exit;