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....