Help for this page

Select Code to Download


  1. or download this
     
    $_ = <IN>; 
    unless (tr/\n//) { 
        s/(.{320})/$1\n/g;
    }
    print OUT;