in reply to Re^2: CLASSPATH problem when using backticks
in thread CLASSPATH problem when using backticks
Update: Banning all use of the single-argument forms of exec, system, etc. is probably too draconian. The real problem occurs when a variable is interpolated in that single argument, e.g. my $output = `command $arg`. Perhaps this is something that Perl::Critic can look for and advise that a safer way should be sought to perform the operation.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: CLASSPATH problem when using backticks
by ikegami (Patriarch) on May 22, 2008 at 07:08 UTC |