in reply to Small examples of string eval
Most Perl experts discourage the use of string eval. For example:
Update: In this quiz of the week MJD states:
A good rule of thumb is that unless what you're trying to do is most clearly described as "compile and run arbitrary Perl code", it's probably a mistake to use 'eval' to do it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Small examples of string eval
by BrowserUk (Patriarch) on May 13, 2006 at 18:12 UTC | |
by spurperl (Priest) on May 14, 2006 at 03:59 UTC | |
|
Re^2: Small examples of string eval
by stvn (Monsignor) on May 13, 2006 at 15:12 UTC |