use Errno; $SIG{__WARN__} = sub { if ( $!{ENOENT} ) { warn "custom message!\n"; } };