Swig and Perl - problem?

Tyler Mitchell tylermitchell at SHAW.CA
Fri Jan 14 01:19:40 EST 2005


> # Create an imgObj that has an image of the map
> $mapimage = $mapobject->{draw};
> ...

Tyler, you need to learn Perl before attempting to use Perl/MapScript.
Changing the above will work like:

$mapimage = $mapobject->draw();

What were you thinking man?



More information about the mapserver-users mailing list