in reply to Re^3: Syntax error makes perl hang
in thread Syntax error makes perl hang
I tried assigning it to an array and took out the '_':
@foo = ('pfo' .. 'pctpfo' );This didn't work, in fact I let it run to see if it would eventually come up with something ... instead it took my machine with it (fun to cause a hard reboot in Linux every now and then right?). Anyway that makes me suspect there is some kind of memory leak.
Oddly enough its not the length of the string: Using 'aaaaaaaaa' worked just fine so it must have to do something different when there are several different characters
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Syntax error makes perl hang
by gellyfish (Monsignor) on Aug 15, 2005 at 21:14 UTC | |
by eric256 (Parson) on Aug 15, 2005 at 22:06 UTC | |
by cfreak (Chaplain) on Aug 16, 2005 at 14:07 UTC | |
by Ven'Tatsu (Deacon) on Aug 16, 2005 at 18:40 UTC | |
by gellyfish (Monsignor) on Aug 16, 2005 at 18:55 UTC |