Help for this page

Select Code to Download


  1. or download this
    [% IF age < 10 %]
           Hello [% name %], does your mother know you're 
    ...
    [% ELSE %]
           Welcome [% name %].
    [% END %]
    
  2. or download this
    package MyApp::C::Login;
    
    ...
    }
    
    # and so forth