|
|
| Just another Perl shrine | |
| PerlMonks |
Re: perlsec questionby Rhandom (Curate) |
| on Dec 13, 2001 at 22:02 UTC ( [id://131817]=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.
Another place that you can see it manifest is in the following script:
Save this into a file and try to run it. It will fail until you uncomment that line. Otherwise, you could be syscalling or execing using unsecure information in the PATH and BASH_ENV variables. my @a=qw(random brilliant braindead); print $a[rand(@a)];
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||