It's very simple to test this.
$data = <<HTML; Here is my data! HTML $other = <<HTML; Here is some OTHER data! HTML print "$data\n$other\n";
Output:
Here is my data! Here is some OTHER data!
In reply to Re: Can we use print <<HTML; twice in same file?
by GotToBTru
in thread [Solved]: Can we use print <<HTML; twice in same file?
by Perl300
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |