From: Ian Jackson Date: Tue, 9 Jun 2009 23:56:04 +0000 (+0100) Subject: Merge branch 'master' of chiark:/home/ijackson/things/ypp-sc-tools X-Git-Tag: 1.9.2~124^2~13 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-live.git;a=commitdiff_plain;h=d72b57e4670133db5ff022ab2284e75e73ce146c Merge branch 'master' of chiark:/home/ijackson/things/ypp-sc-tools Conflicts: pctb/yppsc-decode-marketdata --- d72b57e4670133db5ff022ab2284e75e73ce146c diff --cc pctb/yppsc-decode-marketdata index b093589,e8f0ef0..d798aad --- a/pctb/yppsc-decode-marketdata +++ b/pctb/yppsc-decode-marketdata @@@ -2,7 -2,9 +2,10 @@@ use IO::Handle; +open CM, "#commodmap#.tsv" or die $!; ++ + $debug=1 if @ARGV; + -open CM, "commodmap" or die $!; while () { m/^(\S.*\S)\t(\d+)$/ or die; $commodmap[$2]= $1;