I'll give a few tips about perl...
-First, Perl is a scripting language. You won't ever need to compile it.
-Second, If the script is on a web server (being hosted by some one else) you'll have to see if they have perl set up to allow you to use it. (Some web hosting packages don't allow the use of scripting)
-If the machine is your's (or you have direct access) you'll need to make sure your http server is set up to utilize perl (you'll need to read the documentation for your server software)
-If you're running on a Windoze machine you can download ActivePerl from ActiveState (activestate.com) to run the scripts (This comes in handy when debugging scripts)
If you have any other questions please post them!
I'm sure others (as well as myself) wouldn't mind helping you out.
~tmasman