Click to See Complete Forum and Search --> : Execute a shellscript from perl


digital_storm
05-03-2005, 06:28 AM
Hello

I'm a newbie of Perl and have a question regarding executing shellscripts from Perl....

I have to use Perl for a webbsolution and from generated information that I have recieved from current FORM (variables Arg1, Arg2, Arg3 etc.) I have to execute a shellscript (Linux/Bash) that recieves Arg1, Arg2, Arg3 etc.

So my question is is it possible to do that? If yes how do I do that in a nice secure way?

Thanks in advance/ D_S