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]
- looking at rows in text files Tyler Longren
- Re: looking at rows in text files Aaron Craig
- Re: looking at rows in text files Will Cottay
- Re: looking at rows in text files Sascha Kersken
- Re: looking at rows in text files Jos I. Boumans
- Re: looking at rows in text files Jos I. Boumans
- Re: looking at rows in text files Tyler Longren
- Re: looking at rows in text files Jos I. Boumans
- Re: looking at rows in text files Tyler Longren
- Re: looking at rows in text f... Jos I. Boumans