http://www.perlmonks.org?node_id=986403


in reply to string concatenation, which way is better?

Concatination is needed to break up a long line.
my $filename = $file_dir . "/filename1.log." . $today_date ;