Help for this page

Select Code to Download


  1. or download this
    play('intro.rmd');
    &menu;
    option(1,sub {
    ...
    option(2, sub{
        play('blah.rmd');
    });
    
  2. or download this
    #!/usr/bin/perl -w
    #ansService cover under the gpl
    ...
        $v->play_and_wait("/var/lib/ansService/".$_[0]);
        $v->expect('READY');
    }