>At 15:49 09.07.2001 -0700, Wagner-David wrote:
>> Change:if ( /^Kilobytes:(.*)$/ ) to if ( /^Kilobytes:\s*(\d*)$/ )
>>
>> where $1 will have your count without leading spaces. You may want
>>a test to verify that you did get a hit on digits.
>>
>>Wags ;)
>
>That only works if the text
At 15:49 09.07.2001 -0700, Wagner-David wrote:
> Change:if ( /^Kilobytes:(.*)$/ ) to if ( /^Kilobytes:\s*(\d*)$/ )
>
> where $1 will have your count without leading spaces. You may want
>a test to verify that you did get a hit on digits.
>
>Wags ;)
>
That only works if the text followi
Change:if ( /^Kilobytes:(.*)$/ ) to if ( /^Kilobytes:\s*(\d*)$/ )
where $1 will have your count without leading spaces. You may want
a test to verify that you did get a hit on digits.
Wags ;)
-Original Message-
From: Nat Durbin [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 09