in reply to Script in browser
In apache this is as easy as:
# .pl everywhere! AddHandler cgi-script .pl # # specific script <Location /index.pl> SetHandler cgi-script </Location>
A third, rather more involved method is mod_perl. With other webservers, you are on your own...
--
$you = new YOU;
honk() if $you->love(perl)
|
|---|