![]() ~ENDIF>![]() ![]() ![]() ![]()
|
Just a number of tiny programs that might have some use to somebody. A quick Perl script for CMC players. On lines 6 and 7 enter your username ans password in place of USERNAME and PASSWORD, then run the script. It will download the contents of all the decks you own and produce a file allcards.txt which contains a list of every card you own and what decks contain them (unsorted at the moment). Somewhat useful if you own a lot of decks and need to know where your two ultra-rare remembrances got too. Requires LWP.
After getting annoyed after debugging code with lots of regexes, I wrote this little script to just test regexes. Give it a data string, a regex and it banges out the values of the $1, $2, ... variables. Tweak the regex until it works. Requires TK.
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~