# -x method $ perl -x module.pm Do what? # bare method (not what you want) $ perl module.pm Can't return outside a subroutine at module.pm line 6. # Now with caller() $ perl module.pm Do what?