New Users: Quick Perl Info: Difference between revisions
Jump to navigation
Jump to search
(New page: <span id="top"></span> <div style="padding:0;margin:0; border-bottom:3px inset #000000"> {| | MPG UniCenter || New Users: [[New Users: Home 3.5-Apollo | Hom...) |
mNo edit summary |
||
Line 4: | Line 4: | ||
| [[Image:uc_small_logo.gif | MPG UniCenter]] || | | [[Image:uc_small_logo.gif | MPG UniCenter]] || | ||
New Users: | New Users: | ||
[[New Users: Home | [[New Users: Home | Home]] | | ||
[[New Users: Quick Perl CGI | Quick Perl CGI]] | | [[New Users: Quick Perl CGI | Quick Perl CGI]] | | ||
[[New Users: Quick Perl CLI | Quick Perl CLI]] | | [[New Users: Quick Perl CLI | Quick Perl CLI]] | |
Latest revision as of 21:43, 26 May 2008
New Users: Home | Quick Perl CGI | Quick Perl CLI | Quick Perl Info |
Quick Perl General information 3.5-Apollo |
This page contains snippets of information linked from Perl new user pages. Hence they are in no particular order.
How to enable Perl
Perl is enabled by default hence nothing to do
Where to place files
All Perl scripts are placed in folder *\Uniform Server\udrive\cgi-bin
Note 1: *\ Is the path where you installed Uniform Server
For example if you extracted to folder c:\myserver then the root folder is located in:
- c:\myserver\Uniform Server\udrive\www
Perl file extensions
All Perl scripts (pages) must use a .pl extension this informs Apache to route these scripts to the Perl compiler for execution.
Ric |