Help for this page

Select Code to Download


  1. or download this
    package Hello;
    use base 'Yote::AppRoot';
    ...
    }
    
    1;
    
  2. or download this
    $.yote.init();
    
    var hello_app = $.yote.fetch_app( 'Hello' );
    
    alert( hello_app.hello( prompt( "What is your name?" ) ) );