in reply to Re: Adding to variable with sprintf()
in thread Adding to variable with sprintf()

Slightly cleaner:
$new = join ' ', grep length > 3, split ' ', $page_data;