Andrew Curry schreef:

> split(/\s+/, ...

Most of the times you think you need /\s+/ with split, you actually want
q{ }.
See `perldoc -f split`.

-- 
Affijn, Ruud

"Gewoon is een tijger."


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to