RayQ has asked for the wisdom of the Perl Monks concerning the following question:
But it still doesnt, even with " and not '. Any idea what I might do? I saw some replacing (I think it was s/\$(\w+)/$$1/ or something) but "use strict" doesnt allow it, and it doesnt work at all even without strict exiting the program D=foreach $message(@messages) { print "$message<br />"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Parsing a string from a file
by davidrw (Prior) on Jun 11, 2005 at 15:23 UTC | |
by RayQ (Initiate) on Jun 11, 2005 at 16:09 UTC | |
by davidrw (Prior) on Jun 11, 2005 at 18:29 UTC | |
|
Re: Parsing a string from a file
by davido (Cardinal) on Jun 11, 2005 at 16:08 UTC | |
|
Re: Parsing a string from a file
by chas (Priest) on Jun 11, 2005 at 17:30 UTC | |
|
Re: Parsing a string from a file
by mda2 (Hermit) on Jun 13, 2005 at 01:39 UTC |