Help for this page
eval "use $foo"; die $@ if $@ # die with error message if it failed
BEGIN { ... die $@ if $@ }