Quote:
Originally Posted by daigle91
I used to program in a language called Perl many years ago, that was great for stuff like this. Could create a Perl script to parse the game's exported CSVs, and then have it 'build' an HTML page. (Does require the Perl interpreter to be installed to run scripts)
This thread got me interested, so I played around with it a bit this afternoon, simply building an HTML page in Perl and have period goal totals (that I just made up) add up to the final score (didn't try to read or write any files at this point)
see my sample below (scoring only) 
|
Awesome! A friend of mine programs in Pearl for our Front Office Football league, he shared something with me and helped me install the Pearl interpreter and it was very simple, I'd say that could be something people could do relatively easily with simple instruction.
Thanks for taking the time to take a stab at something like this!