in reply to Re: Loading a function from another file dynamically?!
in thread Loading a function from another file dynamically?!

not exactly. I wrote a parser that parses SSI -like tags and would like to able to specify:
A) the source file to load
B) the name of the sub to run
C) the args used
and now I am trying to figure out the code for running the function in the file specified etc. I guess it has something to do with evals and packages... but I know too little Perl for figuring it out, and no manual has anything on this.

Edit by tye, remove PRE tags around long lines

  • Comment on Re: Re: Loading a function from another file dynamically?!