in reply to Adding code to a Perl program without stopping it

Also see eval, if you want to add new code without even having a file, and DBIx::VersionedSubs for how to load code from a database, where an update to the database also changes the code that will be run.

  • Comment on Re: Adding code to a Perl program without stopping it