in reply to Reaped: Re: Executing a string as a Perl command
in thread Executing a string as a Perl command
Drop the double quotes! They are not necessary (in this case) and just slow the code down. In some cases blindly enclosing variables in quotes would lead to strange looking bugs. This is Perl, not a shell script.
Jenda
Enoch was right!
Enjoy the last years of Rome.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Executing a string as a Perl command
by petdance (Parson) on May 11, 2011 at 15:00 UTC | |
by ikegami (Patriarch) on May 11, 2011 at 15:57 UTC | |
by Jenda (Abbot) on May 11, 2011 at 21:10 UTC | |
by petdance (Parson) on May 13, 2011 at 22:08 UTC | |
by dbs (Sexton) on May 11, 2011 at 18:56 UTC | |
by ctilmes (Vicar) on May 16, 2011 at 10:56 UTC |