Help for this page
unless ($found == undef) { ...
if ( defined( $found )) {...}
if ( $found ) { ... }