Help for this page

Select Code to Download


  1. or download this
    print $htmlPage->a( { -href => CONSTANT2
                        , -target => '_self' }, 'こちら'
    + );
    
  2. or download this
    print $htmlPage->a( { -href => CONSTANT2,
                        -target => '_self' }, 'こちら' )
    +;