Prabu wrote:

: use CGI qw/:standard/;
[snip]
: th(['','<A HREF="#">Network Switch</A>','<A HREF="#">Bay 1</A>','<A
: HREF="#">Bay 2</A>','<A HREF="#">Bay 3</A>' ,'<A HREF="#">Network
: Switch</A>' ]),

    Sorry, that will produce invalid xhtml 1.0 Transitional, the
default DOCTYPE for CGI.pm. Better to use the a() function
already loaded into the main namespace by the 'use' statement.
It will automatically change the output should the -noxhtml
CGI.pm pragma is added later.


HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
Free Market Advocate
Web Programmer

254 968-8328

Don't tread on my bandwidth. Trim your posts.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to