Help for this page

Select Code to Download


  1. or download this
    $action = <>;
    $data = &[$action];
    
  2. or download this
    $action = <>;
    if ($action eq "go"){
    ...
    #Pick it up buddy}
    
    etc, etc....