Gossamer Forum
Home : General : Perl Programming :

How to run the perl program in the browser

Quote Reply
How to run the perl program in the browser
Hi all,

I'm quite new to PERL, i wud like to know how can i run my perl script through the browser. Hope i need some webserver isnt it? is there any free download?

rgds
san
Quote Reply
Re: [geetha] How to run the perl program in the browser In reply to
yes, you need a server such as Apache. then you just visit the URL location of the script.

Philip
------------------
Limecat is not pleased.
Quote Reply
Re: [fuzzy logic] How to run the perl program in the browser In reply to
>>>yes, you need a server such as Apache. then you just visit the URL location of the script. <<<

Don't forget Perl and possibly MySQL Tongue

San, you may be better off starting to write Perl scripts on an existing hosting provider where it is all setup for you. I've been programming Perl for ages, and still havn't managed to get a flawless install of Perl setup on my PC (PHP is fine, I just seem to mess things up on the Perl install).

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [geetha] How to run the perl program in the browser In reply to
Hey guys, i just saw this msg and i guess u can quite well use apache web server on PC and also perl... i am using that and i have no probs. You can download the server from the following URL:

http://www.apache.org/...ttpd/binaries/win32/

Try it. No need of a host! make ur own PC ur server to run perl porgrams.