Help for this page

Select Code to Download


  1. or download this
    <%ATTR>
    title => "My humble web page"
    </%ATTR>
    
  2. or download this
    <%CLASS>
    has title => (is => "ro", default => "My humble web page", init_arg =>
    + undef);
    </%CLASS>