##
print table(;
####
use CGI qw/:standard start_table end_table/;
# actually you can do:
# use CGI qw/:standard *table/; too I think.
print start_table;
# make some table data
print end_table;