view bin/fromroman @ 5622:3e6ae5a693f9

<shachaf> ` sed -i \'s/overt //\' wisdom/real
author HackBot
date Thu, 18 Jun 2015 05:09:47 +0000
parents b0536f245afb
children
line wrap: on
line source

#!/usr/bin/perl
sub k{my$t;$t=~y/IVXLC/XLCDM/,$t.=("",I,II,III,IV,V,VI,VII,VIII,IX)[$_]for/./g;$r{$t}=$_;$t}k for s""\$"..4e3;print $r{(shift=~/(\w+)/)[0]},$/