while (<SOMEFILE>) { @bytes = split //; print join ":", @bytes; } [download]
In reply to Re: Basic transformations by fisher in thread Basic transformations by Anonymous Monk