in reply to Re: parsing a file to get the count alone
in thread parsing a file to get the count alone
Just a small remark, [^\s]+ can be written /S+ in your regex.
-- Hofmator
Code written by Hofmator and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.
|
---|