Help for this page

Select Code to Download


  1. or download this
    m
    <% print "Hi!" %>
    
  2. or download this
    <? print "Hi!" ?>
    
  3. or download this
    <& ../check_auth &>
    <& ../header, title => "Welcome ".ucfirst(lc($user)) &>
    ...
            Woo!  Lookit me!  I have content! (User/Main)
    </div>
    <& ../footer &>
    
  4. or download this
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
            "http://www.w3.org/TR/html4/strict.dtd">
    ...
            my $basetitle = "MasonTest";
            $basetitle .= ": $title" if $title ne "";
    </%init>