a short way:

open I, "file.txt" or die $!;
while (<I>) { print /(\S+)/ }

hope this helps,

Jos Boumans


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to