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

Looking at Geo::Shapefile::Writer try adding brackets around \@pairs like this

$shape->add_shape([\@pairs], {Col1 => "Dumb1"});
poj