in reply to Re^2: Howto include Perl Script into CGI script
in thread Howto include Perl Script into CGI script
Update: Please note the dangers of "injecting" stuff like shell commands into your backquotes-eval if you use data that comes from the CGI! Use taint and/or the system() call with multiple parameters. (I.e. do system("perl", $param1, $param2);)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Howto include Perl Script into CGI script
by monkfan (Curate) on May 17, 2006 at 13:28 UTC | |
by wfsp (Abbot) on May 17, 2006 at 14:15 UTC | |
by monkfan (Curate) on May 17, 2006 at 15:18 UTC | |
by Asim (Hermit) on May 17, 2006 at 16:57 UTC |