gnumatt

Alright, I took a stab

Alright, I took a stab at a netflix queue parser program. In a nutshell- netflix.com sends emails to mattflix at csbgroup.org which go to me and this program- This program then tries to parse the email to figure out if its a DVD they are shipping or receiving- Then it updates an XML file which keeps track of all my Netflix DVD shipments- That XML file is what gets updated in the right sidebar I need to tweak my XSLT file a litle to incorporate some changes to the XML file though. Right now it displays any movie that is listed in the XML file and I only want it to display ones that Netflix hasn’t received.

If you look at the program it’s quite nasty. The MIME module for Perl is kinda gnarly in and of itself. Still I need to add real error checking and handling. I need to simplify the code. So don’t mock me too much. I need to tweak my XSLT file a litle to incorporate some changes to the XML file though. Right now it displays any movie that is listed in the XML file and I only want it to display ones that Netflix hasn’t received.

If you look at the program it’s quite nasty. The MIME module for Perl is kinda gnarly in and of itself. Still I need to add real error checking and handling. I need to simplify the code. So don’t mock me too much.