Hello Gurus,
I need to encrypt a 16-digit numeral which is in the first column of a text file, using a predefined coding sequence: for eg: 0=A, 1=B, 2="-" , 3=C ... 9=K .
such that every 0 gets replaced by A, 1 gets replaced by B and so on.
How do i do this in perl?
thanks