in reply to -x accepts up to 3 additional arguments
use Getopt::Attribute; our @x : Getopt(x=s); die "wrong number of arguments for -x!\n" if @x<1 or @x>4; [download]