in reply to Re^3: Using a sting with a variable name
in thread Using a sting with a variable name
Even the following would do with the method you used:my $one = '$var[ system qw( rm -rf / ) ]';
my $one = 'system qw( rm -rf / )';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Using a sting with a variable name
by wol (Hermit) on May 11, 2009 at 17:28 UTC | |
|
Re^5: Using a sting with a variable name
by bingohighway (Acolyte) on May 12, 2009 at 08:37 UTC |