in reply to Re^2: Can we use print <<HTML; twice in same file?
in thread [Solved]: Can we use print <<HTML; twice in same file?
Did you try that?
Adding the double quotes around the opening tag won't solve the OP's problem. When using a herdoc, perl will "assume" that double quotes were used if none were used.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Can we use print <<HTML; twice in same file?
by Tux (Canon) on Aug 25, 2015 at 17:51 UTC |