Trunk route from The Colonnade via Treeumphant Passage to Cave Tree Chamber
WE
White Elephant Series
Wolp
Wolpertinger Way and 110 A Day level
PD
Pleasure Dome and pitches below
Sw
Swings and Roundabouts
Question Marks
END
; # starting to read in csv file, eat header line
my ($number, $grade, $area, $desc, $ref, $station, $completion);
my $incomplete="";
my $complete="";
my $templine;
my $colon;
print "Progress: *";
# While loop which reads in each line of csv file
while () {
chomp;
# Split single line into all the fields
($number, $grade, $area, $desc, $ref, $station, $completion) = &parse_csv($_);
# Last field of CSV file can have weird form-feeds etc. Kill them
$completion =~ s/\r//;
# Construct XHTML line
if ($ref) {
$templine = "