Help for this page
#do the output if($is_script eq 'yes'){ ... middle(); bottom(); }
top() unless $is_script eq 'yes'; middle(); bottom();