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

Re^3: Only perl parses perl hash notation?

by SpanishInquisition (Pilgrim)
on Oct 05, 2004 at 13:06 UTC ( [id://396562]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Only perl parses perl hash notation?
in thread Only perl parses perl hash notation?

So basically you have a program running with extended privs that can possibly load files from unwanted locations.

Sounds like you have issues controlling access to your runtime environment. You have bigger issues. If you are running a perl program as root and are concerned about joe user messing with it, you have a system wide security problem. If you are instead concerned about someone taking your software and shooting themselves in the foot because they wrote some (though not malicious) code in their own config file that accidentally did something stupid, get used to the Unix idiom -- if they shoot themselves in the foot, that's their problem for not reading the directions or playing with something they shouldn't.

Meanwhile, clueless users can be defeated with YAML or XML::Simple or INI/Apache style config files.

  • Comment on Re^3: Only perl parses perl hash notation?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-04-25 08:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found