in reply to How to check CGI params in if/elsif
# Untested elsif ( !stat( $q->param( 'pass' ) ) ) { # do something } [download]