in reply to Re^2: Geo::Shapefile::Writer help
in thread Geo::Shapefile::Writer help

How do I transform this into the $shape object that tangent has referenced?

If @coords is created as:
@coords = ([$x1, $y1], [$x2, $y2], [$x3, $y3], ....);
then it's just a matter of doing:
$shape = \@coords;
Cheers,
Rob