in reply to Unpacking binary data with unpack()?
@seqout=unpack("C*",$seq); print join(",",@seqout),"\n"; [download]