in reply to Re: Is this code secure, can I test it on my machine?
in thread Is this code secure, can I test it on my machine?
s/.../.../ee
Do I understand correctly that a single e after the substitution would only be dangerous if the code inside is dangerous
but code like thiss/.../system($1)/e
cannot be dangerous?s/.../$1/e
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Is this code secure, can I test it on my machine?
by ikegami (Patriarch) on May 23, 2010 at 19:25 UTC |