eval { require "relative/path/to/$cn.pm"; }; if ( $@ && $@ !~ m/Can't locate/ ) { warn "$@" if $@; die "Stop due to error!\n"; }