This is a quick test of the tags from the book...
This is a link to the book's web site.
This is an unordered list:
This is an ordered list:
This is an image:
This is a table:
Header 1 | Header 2 |
---|---|
Data 1 | Data 2 |
Finally, this is a code example:
#! /usr/bin/perl
print "Hello World!\n";
exit;