sir_com has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

I have a cgi script which generates two types of o/p (normal o/p and error list, not cgi error). I want to do something like this: once I click on submit script will process and generates two links in the main page(One link for nomal o/p data and another link for error data).Upon clicking on both the link, it should gives he o/p accordingly on the same page or in a new page. How can I achive this. Please help me. Thanks. sir_com

Replies are listed 'Best First'.
Re: need help on cgi script
by GrandFather (Saint) on Nov 12, 2009 at 19:42 UTC

    Start by reading the CGI related material in the Tutorials section, write some code that you think may be up to the task, test it, then come back if you have trouble.


    True laziness is hard work
Re: need help on cgi script
by ww (Archbishop) on Nov 13, 2009 at 01:37 UTC