hasenbraten has asked for the wisdom of the Perl Monks concerning the following question:
Thanks a lot hasenbraten$x=readstring(); sub readstring { $x <<"EOF"; here is my unquoted multiline string EOF return $x; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: <<EOF syntax for reading into string
by eserte (Deacon) on Apr 19, 2004 at 17:28 UTC | |
|
Re: <<EOF syntax for reading into string
by Zaxo (Archbishop) on Apr 19, 2004 at 17:59 UTC | |
|
Re: <<EOF syntax for reading into string
by pbeckingham (Parson) on Apr 19, 2004 at 17:38 UTC |