Help for this page

Select Code to Download


  1. or download this
    sub position {
        my($i) = @_;
    ...
        }
        return ($x, $y);
    }
    
  2. or download this
    my $edge = 100;
    
    ...
    
    # Convert the image to PNG and save it
    print PNG $im->png;