Hello Sonika,
> Now i need to have a web interface to this. > so i have few questions: > 1. perl - cgi or php? go for perl-cgi > 2. how do i execute the perl programs on a different > system than the web > server. If you want to run a subroutine that is located on another server, you can use SOAP or CORBA. These protocols enable you to run a subroutine that is located on a remote machine and then return specific values. > 3. and also get the status back on the web server make the remote subroutines return the values calculated there... > 4. some programs like ftp to site may take around 1 > hr to finish, so how to > tackle this situation. i think you are on lookout for "resume ftp". Regards Nishanth __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>