in reply to RE: autoload and selfload
in thread autoload and selfload

so... you're using the AUTOLOAD subroutine to create a new function by sending it the code you want it to perform. (note: you can also use the goto to actually turn it into a function in the symbol table, case you didn't know.) interesting. i'm not sure that i'd ever use it, but i suppose it might come in handy somehow.

y'know, you might be able to use this to add a subroutine to a running application without stopping it and restarting it... hmmm... any thoughts on that?