my $based_on = $ARGV[0] ? shift: 'tp'; my $top = $ARGV[0] ? shift: 1; print "$based_on $top\n";