in reply to How do I read code from another file into my script?
So, just cut whatever you want out of your main script, put it in a separate file, and put the require "otherfile.pl" in its place.
However, you should realize that the HTTP_REFERER variable is useless as a security measure, since it is set by the browser, and anyone can bypass your check with some basic perl.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Answer: How do I implement
by Anonymous Monk on May 11, 2000 at 07:37 UTC |