Hi all, When I was using the CGI.pm perl module, I updated to Build 623 on the development server and have been use the header tag to print out my Javascript. ############################################################################ ###### ; print $q->header ( -cookie => [ $User, $Password ] ), $q->start_html ( -script => { -language => 'Javascript1.2', -code => $JavaScript }, -style => { -src => '/Home/Settings.css' }, -title => $Title ), $q->h1 ( $Title ) ############################################################################ ###### When I was looking at my code, I noticed that this gets added on, <script language="Javascript1.2" type="text/javascript"> <!-- Hide script //<![CDATA[ #^^^^^^^^^^ What is this supposed to be? There should not be any reason for this to be there as far as I can tell, and It was not showing up in my Previous Build of 618, so what is the deal? //]]> End script hiding --> #^^^^ Another, what the??? Steve K _______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activeperl