Red Angel has asked for the wisdom of the Perl Monks concerning the following question:
When using RedHat Linux version 9, I (for the first time) started getting Unexpected End-Of-String messages from PERL when using PERL's split() function. I suspect (though I am not sure) that this is because RedHat 9 uses PERL 5.8 (while other systems, even some that were relased later use PERL 5.6.1.
I find this "feature" to be very problematic, because when I call split(), I'm not asking it for it's opinion on whether or not the strintg is terminated in the manner it expects - I'm just asking it to split the string according to the specified pattern, and I *need* for it to do it's job without complaining.
My question is this: Is this new behavior something I'm going to have to get used to with PERL? And if so, how can I do things that I used to rely on the split() function for?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: split() RH-9 and PERL 5.8
by dave_the_m (Monsignor) on May 13, 2004 at 21:25 UTC | |
by Red Angel (Initiate) on May 14, 2004 at 13:27 UTC | |
by dave_the_m (Monsignor) on May 15, 2004 at 11:10 UTC | |
|
Re: split() RH-9 and PERL 5.8
by Fletch (Bishop) on May 14, 2004 at 04:02 UTC |