in reply to Re: Conditional statements in CGI/Div
in thread Conditional statements in CGI/Div

Thanks everyone for your input but the only way I could solve it was instead of using the DIV statement with brackets was to use the alternative.
print $cgi->start_div({-id=>pagewrap}); if($index==0) {print "Hello";} print $cgi->end_div();