# # use head3.wml, setting the background color to #ffffcc # #use wml::head3 title="WML hello3.wml" bgcolor="#ffffcc" # # here is the body stuff #

Body Stuff

hello, world!
File: __FILE__
Line: __LINE__ # # now it is the time for the footer # #use wml::foot3 author="Ron Ballard" __END__ After the above marker, we can put any text in the file and it would be treated as a comment.