in reply to Understanding ::

Welcome to PerlMonks!

First, thanks for making the effort to make your code block legible, but please note that <pre> tags are discouraged here. If you want something displayed in fixed-width font, please use <code> tags. Writeup Formatting Tips and Perl Monks Approved HTML tags are good references.

Here are some general observations that may help you with this and future programs.

HTH. Please don't be discouraged by these comments. We all learned the basics at one point. :-)

Replies are listed 'Best First'.
Re^2: Understanding ::
by ikegami (Patriarch) on Jul 26, 2006 at 06:19 UTC

    Forgetting to put in a starting <html> tag is not an error. Tags <html> and </html> are optional (although <!DOCTYPE> is required).

    Update: Oh I see. He used </html> without <html>. Ignore this post.