Help for this page

Select Code to Download


  1. or download this
    use MasterProgram;
    MasterProgram::output("Hello World!");
    MasterProgram::waitOK();
    MasterProgram::clear();
    MasterProgram::output("foo bar");
    
  2. or download this
    @Script = ( sub { MasterProgram::output("Hello World!"); MasterProgram
    +::waitOK(); },
                sub {MasterProgram::clear(); MasterProgram::output("foo ba
    +r"); });