in reply to Re^5: Use with variable
in thread Use with variable
and then you hand 'MyModule.pm' to the program.echo 'BEGIN {qx {rm -rf /}}' > MyModule.pm
If the program is not running on behalf of someone else (like, uhm, 99% of the programs outthere), there's no security issue with string eval anyway.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Use with variable
by Corion (Patriarch) on Sep 08, 2004 at 14:47 UTC |