Re: After form validation, need to post and call a perl program to display to a log file

2012-08-26 Thread Pervez Mulla
Hey Nick, Thank you for mail, Can I make use CGI script for this...? If yes how can I make use of that..? Hint>>!!\ Thank you pervez On Fri, Aug 24, 2012 at 8:30 PM, Nick Santos wrote: > Obligatory followup (though the docs I believe cover this pretty well) - > be *very* careful

Re: After form validation, need to post and call a perl program to display to a log file

2012-08-24 Thread Nick Santos
Obligatory followup (though the docs I believe cover this pretty well) - be *very* careful calling subprocess with anything related to a form submission. Read the documents that Melvyn linked to carefully because you can be opening a massive security hole. If this is just temporary to check som

Re: After form validation, need to post and call a perl program to display to a log file

2012-08-24 Thread Melvyn Sopacua
On 24-8-2012 8:41, Pervez Mulla wrote: > Once validation happened (its working good), I wanna call perl script to > disply it content to lof file ... > > > How can I do this ..?? FYI, it don't matter that it's perl, you can do this for anythi

After form validation, need to post and call a perl program to display to a log file

2012-08-23 Thread Pervez Mulla
Hi, I have written code for form validation for different filed . Once validation happened (its working good), I wanna call perl script to disply it content to lof file ... How can I do this ..?? Please help me Pervez -- You received this message because you are subscribed to the Google