use strict; my($input,@input); $input = ; @input = split(//, $input); $" ="\n"; print "@input";