Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: How do I read code from another file into my script?

by httptech (Chaplain)
on May 10, 2000 at 16:09 UTC ( [id://10936]=note: print w/replies, xml ) Need Help??


in reply to How do I read code from another file into my script?

I'm not sure if you're wanting to put the @referers variable into a separate file, or if you're wanting to put the check_url subroutine there, but just think of a required file as if it were cut and pasted in the exact spot where you put the "require" statement.

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.

  • Comment on Re: How do I read code from another file into my script?

Replies are listed 'Best First'.
RE: Answer: How do I implement
by Anonymous Monk on May 11, 2000 at 07:37 UTC
    Thank you very much for the answer. As for security, the referers rquire file is to allow only someone from the listed domains. If you can think of any other security solution, I'm all ears ! Peter

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://10936]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-04-20 00:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found