Help for this page

Select Code to Download


  1. or download this
    my ($action, $type, $foo, (other variables));
    
    ...
    );
    
    and more program
    
  2. or download this
    given($object) {
        when ("tap") {$type = "domestic"}
        ....
    }