in reply to a require statement problem

There is nothing built into Perl that will do this. If you need it, you could implement it yourself. You could make a function that fetches the code from a specified URL and runs it. The security implications are mind-boggling though. Maybe you should think about what you're trying to do and look for an alternate approach. Maybe some kind of remote procedure call to the foreign server?

Replies are listed 'Best First'.
Re: Re: a require statement problem
by TeFloN (Initiate) on Aug 28, 2001 at 07:06 UTC
    kewl.

    Thanks for the swift response.
    I will go back to the drawing board and find a new way to do it.