Help for this page

Select Code to Download


  1. or download this
    use PS::Display;
    use PS::DataBase;
    ...
         data => \%template_data,
         page => $page,
        );
    
  2. or download this
    [% IF session.is_authorized %]
      YXZ branching with and based on [% all_that_prepared_data %]
    [% ELSE %]
      No XYZ for you, please <a href="[% uri.login %]">login</a>
      or <a href="[% uri.register %]">register</a>.
    [% END %]