Skip Menu |

This queue is for tickets about the Geo-Postcode CPAN distribution.

Report information
The Basics
Id: 41041
Status: new
Priority: 0/
Queue: Geo-Postcode

People
Owner: Nobody in particular
Requestors: peter [...] glossop.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: connections
A loop around all districts entries fails after c.1020 entries foreach $Pcode (sort @Districts){ $postcode = Geo::Postcode->new($Pcode); next unless $postcode->valid_fragment; ($n, $e) = $postcode->coordinates; print "$Pcode : $n $e\n"; } Looks like it runs out of descriptors. Tried to split it into blocks (eg A-G, H-M etc) but looks like file descriptors are not being released.