in reply to CGI script to create a HTML document
You're missing one pragma: warnings.
Then you'll notice (maybe - if you scroll back):use warnings;
That {-style=>color=>"blue"} looks awfully suspicious. Perhaps you meant {-style => 'color: blue'} instead?Odd number of elements in anonymous hash at ./x.pl line 27.
|
|---|