in reply to Re: $foo = << "END"
in thread $foo = << "END"
Does using << "END" have any specific advantage?my $foo =" This is some text that will be placed in the scalar \$foo. Variables like $this and $that will be interpolated." print $foo;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: $foo = << "END"
by choroba (Cardinal) on Mar 05, 2012 at 14:06 UTC | |
by aaron_baugher (Curate) on Mar 05, 2012 at 15:38 UTC | |
|
Re^3: $foo = << "END"
by runrig (Abbot) on Mar 05, 2012 at 16:11 UTC | |
|
Re^3: $foo = << "END"
by aaron_baugher (Curate) on Mar 05, 2012 at 23:08 UTC |