Help for this page

Select Code to Download


  1. or download this
    [% #typical first time user code
     print "hello $USER->{title}"; %]
    
  2. or download this
    [% #(one of the) right ways 
     return "hello $USER->{title}" %]