Felix Geerinckx wrote:

> on Mon, 26 Aug 2002 12:12:08 GMT, David Samuelsson wrote:
> 
>> $_ comes in this form:
>> 
>> servername:D:\CC_Storage\Views\EUSDNKG_Madeleine_Tae68_view.vws [uuid
>> 74a6b3b0.d1cd11d4.896e.00:b0:d0:83:b4:9b]
>> 
>> i want $_ to be just the uuid number that is:
>> 74a6b3b0.d1cd11d4.896e.00:b0:d0:83:b4:9b
> 
> 
> s/.*\[uuid (.*)\]/$1/;

this might be a bit faster:

/(\S+).$/

david



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

Reply via email to