in reply to Could I get some feedback on my code please?

Good Lord man, use Template::Toolkit, HTML::Template or even Text::Template.

Then you can hide all the HTML guff in templates elsewhere.

Merlyn writes about Tempalte::Toolkit in his WT articles. There are a couple after this one in the series.

@_=qw; ask f00li5h to appear and remain for a moment of pretend better than a lifetime;;s;;@_[map hex,split'',B204316D8C2A4516DE];;y/05/os/&print;

Replies are listed 'Best First'.
Re^2: Could I get some feedback on my code please?
by PockMonk (Beadle) on Jan 13, 2007 at 11:38 UTC
    Great tip, thanks! Implemented now (code updated above). Anything else?