Hi all,
I've tried to include a perl-file while running another perl-file. First of all I don't know if it works and if I've used the require-function the right way:
The reason why I don't know if this function works, is that it needs conditions to work, like when you open the file with: "nph-testsearch.cgi?query_string=test".
Now my question is: Can I also include those conditions with the require-function? I've figured out yet that
doesn't work.
Thanks for your help.
I've tried to include a perl-file while running another perl-file. First of all I don't know if it works and if I've used the require-function the right way:
Code:
require "/home/admin/domains/zoekmach1ne.nl/public_html/MTS4/cgi/nph-testsearch.cgi";
The reason why I don't know if this function works, is that it needs conditions to work, like when you open the file with: "nph-testsearch.cgi?query_string=test".
Now my question is: Can I also include those conditions with the require-function? I've figured out yet that
Code:
require "/home/admin/domains/zoekmach1ne.nl/public_html/MTS4/cgi/nph-testsearch.cgi?query_string=test";
Thanks for your help.