in reply to Basic transformations
while (<SOMEFILE>) { @bytes = split //; print join ":", @bytes; } [download]