Help for this page
use strict; use warnings; ... local $"=''; print @splitted_word, "\n"; }
use strict; use warnings; ... local $"=''; print "@splitted_word\n"; }