http://www.perlmonks.org?node_id=516141


in reply to Storing Functions

For just loading your own functions, you can also use do 'perl_func';. There are some differences from require, although they aren't significant for what you seem to want. You might try perldoc -f require and perldoc -f do to compare.