in reply to Re: assign a string using multiline format
in thread assign a string using multiline format
it doesn't have to be interpolated, see the following...
print <<'END'; $foo was here and here END # will print $foo was here and here
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: assign a string using multiline format
by danmcb (Monk) on Aug 26, 2005 at 13:17 UTC | |
by Taulmarill (Deacon) on Aug 26, 2005 at 13:28 UTC | |
by chibiryuu (Beadle) on Aug 26, 2005 at 14:54 UTC |