Help for this page

Select Code to Download


  1. or download this
    my $init = eval <<EOI;
    sub {
    ...
    # and later onAwaken...
    $awaken->();
    
  2. or download this
    my $init = eval <<EOI;
    sub {
    ...
    # and onFoo;
    $foo->();