<%args> $idlist => undef <%perl> print "
"; return if !defined $idlist; print "$idlist
\n"; my @ids = split /[^0-9-]+/, $idlist; print "\n";