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 [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]