Thread Hexadezimale Codierung
(9 answers)
Opened by [E|B] at 2004-05-31 18:24
Hi,
als alternative (zahl->hex) kann man auch folgendes nehmen: perl -e "s;;Ronny Lindner;;m;(..).$;;$l=$1;s;n;;g;m;.{4}$;;$_=$l;$I=$&;m;^(.);;$_.='ts';$_.=$1;$_++;$_++;$_.=$I;print ucfirst;"
|