Swig and Perl - problem?

Tyler Mitchell tylermitchell at SHAW.CA
Thu Jan 13 22:19:40 PST 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