creating html interface for the perl code

2005-06-22 Thread Aditi Gupta
Hi everybody,

I've to create html inteface for a perl code. I've to get the input from the 
user and the data entered in the form has to be processed and output(which 
is a graph) has to be displayed to the user. But i don't know how to do 
it... I am adviced to go for CGI, and i only know basic html.. Please guide 
me.

Thanks in advance,

With Regards,
Aditi


Re: creating html interface for the perl code

2005-06-22 Thread Dave Gray
On 6/22/05, Aditi Gupta <[EMAIL PROTECTED]> wrote:
> I've to create html inteface for a perl code. I've to get the input from the
> user and the data entered in the form has to be processed and output(which
> is a graph) has to be displayed to the user. But i don't know how to do
> it... I am adviced to go for CGI, and i only know basic html.. Please guide
> me.

How about the Template Toolkit[1]? CGI[2] is probably a good starting point.

[1] 
[2] 

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




Re: creating html interface for the perl code

2005-06-22 Thread Wiggins d'Anconia
Aditi Gupta wrote:
> Hi everybody,
> 
> I've to create html inteface for a perl code. I've to get the input from the 
> user and the data entered in the form has to be processed and output(which 
> is a graph) has to be displayed to the user. But i don't know how to do 
> it... I am adviced to go for CGI, and i only know basic html.. Please guide 
> me.
> 
> Thanks in advance,
> 
> With Regards,
> Aditi
> 

You might want to view Ovid's CGI Course:

http://users.easystreet.com/ovid/cgi_course/

It is very popular.

http://danconia.org

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]