Alright, I took a stab
Posted by Matt M. on March 05, 2002 at 08:19 PM
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
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.