Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $app->draw_circle([10,10],30,[255,255,0,255]);
    $app->update;
    $app->run;