I'm writing an LWP program to download the stupid lists of per-track session information for OSCON and build an HTML table. So far I've:
- spent 5 mins wondering wtf is going on. I'd left a \ off \d in a RE that consists of /(\d+)$/
- tried to sort numbers alphabetically
- failed to take into account that 12pm is not 0pm
I suck!
--Nat