in reply to OK, tell me WHY, this is only a hello world script
#!/usr/local/bin/perl use CGI qw/:standard/; # load standard CGI routines print header, # create the HTTP header start_html('hello world'), # start the HTML h1('hello world'), # level 1 header end_html; # end the HTML
I'm still pretty new here, but I just spent a good deal of time rewriting some code using the CGI.pm so its pretty fresh in my mind.print <<"END"; <html> </html> END
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: OK, tell me WHY, this is only a hello world script
by Mr. Muskrat (Canon) on May 18, 2002 at 03:14 UTC |