BEGIN { eval "require Maybe::Module"; if ( $@ ) { # don't bother } } # I only want these to be defined if Maybe::Module's available sub foo { ... }