Difference between revisions of "Tips and Tricks With Perl"

Admin (Talk | contribs)
(New page: _______________________________________________________________________________ Put up a bunch of HTML without so many print statements... print <<end_html; <center> <h2...)
(No difference)

Revision as of 21:09, 20 June 2007

_______________________________________________________________________________

Put up a bunch of HTML without so many print statements...

  print <<end_html;

Text Heading

end_html

*note: The final end_html must begin in text column 1, fully left justified.

_______________________________________________________________________________
Last modified on 20 June 2007, at 21:09