my problem is how to split the file and how to print in defined format.
I have tried this
<$str_len = length($line1);
if($str_len > 72){
my @split_line = unpack("(A32)*" , $line1); >
But it is not solving my problem.because after 11 count one character is incrementing so not printing aligned format.