in reply to Automatically load module on startup?

Most modern shells support some kind of aliasing mechanism. For example in bash you can write
alias perl='perl -MCarp::Always' perl yourscript.pl # now with backtraces!