Help for this page

Select Code to Download


  1. or download this
    <h1>[% tr.tr("Hello World") %]</h1>
    <p>[% tr.tr("Your new username is") %][% tr.quote(username) %]</p>
    
  2. or download this
    package PageCamel::Web::TT::Translate;
    
    ...
        return $trans;
    <}
    ...
    
  3. or download this
    use Template;
    ...
    ...
            tr => 'PageCamel::Web::TT::Translate',
        },
    });