in reply to a require statement problem
You need some mechanism external to Perl to pull this off. You can only require or do a file that is available via a regular open call as well. For example, if you had the directory where the file is located mounted locally via NFS or something like that, you could do it. But there's no built-in network traversal in Perl.
|
|---|