CGI scripting: Difference between revisions

From Edgar BV Wiki
Jump to navigation Jump to search
(New page: make sure first line is: #!usr/bin/perl -- (note perl, one space, 2x --))
 
No edit summary
 
Line 1: Line 1:
make sure first line is:
<pre>make sure first line is:
#!usr/bin/perl --
#!usr/bin/perl --


(note perl, one space, 2x --)
(note perl, one space, 2x --)</pre>

Latest revision as of 14:19, 2 March 2007

make sure first line is:
#!usr/bin/perl --

(note perl, one space, 2x --)