Help for this page
my @extList; push @extList, $_ for @ARGV;
use Getopt::long; my @extList; ... ? map { split /,/ } @extList; # in case of --ext foo,bar : qw( pl pm ); $root ||= '.';