On Fri, Feb 07, 2003 at 06:26:22PM +1100, Andrew Savige wrote:
> my @lines = split(/^/, $x, -1); chomp(@lines);      # fastest?

        I'll prolly say something stupid here, but:

        my @lines = split "\n", $x;  

Joy,
`/.
-- 
"There are people in the world so hungry, that God cannot appear to them except in
the form of bread."
        - Mahatma Gandhi (1869-1948)

Reply via email to