Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use SDL;
    use SDLx::App;
    my $app = SDLx::App->new(w => 400, h => 400);
    sleep(4);
    
  2. or download this
    use strict;
    use warnings;
    use SDL;
    ...
    
    $app->update();
    sleep(4);