for i in *txt; do platon -c $i; done #### for my $infile (@ARGV){ next unless -e $infile; system("platon -c $infile"); } #### $ perl batch.pl *.txt
## for my $infile (@ARGV){ next unless -e $infile; system("platon -c $infile"); } ##
## $ perl batch.pl *.txt