itzik brown wrote:
> Hi,

Hello,

> is there a better way to do this:
>  if ($line =~ /(\S+)\s+(\S+)\s+(\S+)\s+(\S+)/o)

Yes.

 if ($line =~ /(\S+)\s+(\S+)\s+(\S+)\s+(\S+)/)


John
-- 
use Perl;
program
fulfillment

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


Reply via email to