Help for this page
use CGI qw/:standard *div/; my $cgi = new CGI; ... print $cgi->end_div(), $cgi->end_html();
use CGI ":standard"; ... $index==0 ? $cgi->p("Hello") : "" ), $cgi->end_html();