>1. where( & how) to write code in perl script(HTML) for actions
>to occur on clicking hyperlinks .

In my very humble opinion, your best option here is to pass the script
information using the query_string. So, for example:
http://localhost/la.pl?sample_data

'sample_data' is then available from the script as $ENV{'QUERY_STRING'}, so
you could add some logic to check it, and perform actions based on it.



>2     where the data from forms will go on click and how to fetch
>the data...........

Your best bet here is to use the CGI module, available from
http://www.cpan.org - this handles all that for you - read the docs to find
out how.

>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
>tobe done for handling files on webserver...........

Nope, simple filehandle, nothing special for webservers.

Happy To Help

{Pete


-------------------------------------------------------
($_='Yw_xUabcdtefgdijktljkotiersjkUzxT
yvlkbfdtcierstajogvPruntRshackRJelov')
=~y/RTUv;wxYz$/ ~'\/;$=();/;eval;print



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

Reply via email to