Beefy Boxes and Bandwidth Generously Provided by pair Networks Bob
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Question of safe data passing...

by turnstep (Parson)
on Apr 27, 2001 at 13:52 UTC ( [id://76090]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Question of safe data passing...

As I've said before, use environment variables. Unless your system is set up very strangely, they are not available in /proc. Then it's simple enough to do something like this:

my $username = $ENV{'LC_MONETARY'}; my $pass = $ENV{'FOOBAR'}';

That way, anyone else on the system can read your script, but it does them no good unless they are logged in to the account with the environment variables.

Replies are listed 'Best First'.
Re: Re: Question of safe data passing...
by suaveant (Parson) on Apr 27, 2001 at 13:54 UTC
    if the script is running as you, you can see the environ file in /proc
                    - Ant

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://76090]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.