Oops.. should be: (first line changed)
if(!defined($name) || $name eq "") {
# in this case, we redirect them to an error if the name is
# undefined or it is equal to "" (blank)
print $q->redirect(-location=>$ERR);
} else {
print $q->redirect(-location=>$OUTPAGE);
}
--
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org