in reply to Re^10: hex code passed from command line is interpreted literally in substitution
in thread hex code passed from command line is interpreted literally in substitution
Most definitely:
$arg1 = '//; system( ... ); #';
Or without even breaking out of the s///:
$arg1 = '${ system( ... ) }';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^12: hex code passed from command line is interpreted literally in substitution
by Allasso (Monk) on Mar 10, 2011 at 23:45 UTC | |
by ikegami (Patriarch) on Mar 10, 2011 at 23:54 UTC |