in reply to Basic transformations
echo '48 65 6c 6c 6f 2c 20 77 6f 72 6c 64 21' | perl -lane 'for $ch ( +split /\s/ ) { $st .= chr(hex($ch)); } print $st;'
One world, one people
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Basic transformations
by jwkrahn (Abbot) on Nov 29, 2010 at 22:24 UTC |