Heya Rahul,

You'd probably find all this information in CGI.pm.  It takes a bit to
get used to it, but after that, it's smooth sailing.  For more info,
run this at your command prompt:

perldoc CGI

CGI.pm comes with the Perl distribution, so you don't have to worry about grabbing it 
from CPAN, unless you want the bleeding edge version.

Good luck,

C.J.

On Sat, 14 Jul 2001, Rahul Garg wrote:

> Hello Everybody,
> 
> 
> Well, I am developing an appl. in CGi-PERL that wil run on webserver .
> The app will call files on webserver and make changes in it.
> The approach i am following is :
> 
> 1).   For the web interface i will develop perlscripts with html code(forms) in it.
>       This i will do .
> 2)    I want, After filling forms  and on clicking hyperlinks , certains actions to 
>occur (calling files on webserver and then generating another forms in perl script 
>again with    output from files) .
>  As i am new to PERL/HTML  i want to know is :
> 
> 1. where( & how) to write code in perl script(HTML) for actions to occur on clicking 
>hyperlinks .
>    I think I have to call another perl script on clicking hyperlinks(?.where( & 
>how)tags,attributes???)...Can i call two perl scripts(or subroutines) on single 
>click......(where and how>????) ......
> can u please give simple 2-3 line code regarding this so that i can proceed........
> 
> 2     where the data from forms will go on click and how to fetch the data...........
> 
> 3. i have to call files on webserver from the appl. running on web server .  its a 
>simple filehandling as in C  or there is something other to be done for handling 
>files on webserver...........
> 
> 
> Waiting for REPLIES.....................................
> 
> thanx in advance.......
> Rahul....
> 


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

Reply via email to