Help for this page

Select Code to Download


  1. or download this
    sub curvedArrow {
        my( $cnv, $x1, $y1, $x2, $y2, $color ) = @_;
    ...
        return $xc, $yc;
    }
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    
    MainLoop;
    __END__