in reply to Re^2: perl in the stars
in thread perl in the stars

> How might we represent Orion as a perl data structure with as little cooking from scratch as possible?

At minimum a constellation is a set of boundary coordinates. Constellations also contain stars and their asterisms, and events that occur inside the boundary. AFAIK there's nothing like that on CPAN...