> # 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?