Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
if ($value =~ /SOMEVALUE/) { print "<H3>Value is correct</H3>"; $command = "C:\\progra~1\\homeco~1\\x10comm.exe a2 on"; exec($command); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI and System
by tadman (Prior) on Jul 13, 2002 at 00:06 UTC | |
|
Re: CGI and System
by dws (Chancellor) on Jul 13, 2002 at 02:59 UTC |