Help for this page

Select Code to Download


  1. or download this
    use Script ();
    
    ...
    my $script = Script->new(\%snippets);
    $script->onInit();
    $script->onAwaken();
    
  2. or download this
    Global symbol "$y" requires explicit package name in onAwaken.
    
  3. or download this
    use strict;
    use warnings;
    ...
       foreach @events;
    
    1;