sub scroll { map { $_, "\n" } split('', shift) } #### sub scroll { map { "$_\n" } split('', shift) }