foreach my $glob (@ARGV) { foreach my $file (<$glob>) { print("converting $file..."); open(FILE, "<$file"); my @lines = ; close(FILE);