on Fri, 26 Apr 2002 09:05:29 GMT, [EMAIL PROTECTED] (Jorge
Goncalvez) wrote: 

> And I wanted to match what is between from and filename ie
> 192.40.54.42 and what comes after filemane ie

With a dataline in $_:

        print "$1 $2\n" if /.*from ([\d\.]+) filename ([^ ]+)/;

-- 
felix

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

Reply via email to