in reply to Re: Pong in SDLin thread Pong in SDL
You were correct. The '>' was causing the syntax error. It needed to be written as $app->add_show_handler instead and that fixed the problem. Thanks for the help!