Help for this page

Select Code to Download


  1. or download this
    my $cnt = 0;
    while(1)
    ...
    
       #print event trigger from hash
    }
    
  2. or download this
    my %hash = (
                  1 => {
    ...
                    event => "I saw Fiona!"
                  },
    );