Archive: perl a2wd
Finding the distance between postcodes
A recent project called on me to refresh my experience of working in perl. The task was to find the distance between two UK postcodes using Object-oriented Programming (OOP). The following three files make up the code: postcode.pl postcode.pm postcodes.csv The perl script, postcode.pl takes input of two postcodes (spaces aren’t important either within the […]