Help for this page
# the UNIX tool output is a multi line text my $var = `unix_tool file_name`; ... print "$_"; print "\n"; }
$/ = "";