Hi,
   I need some help on regular expression...
i have following in variable $total_count

$total_count = "##I USBP 000001 10:38:09(000)
<xyz_abc_etrack_validation,6> ETRACK_TOTAL_RECS : 100"

Here in this ETRACK_TOTAL_RECS is fixed and common for
all and rest is changing...

like following

$total_count = "##I USBP 000002 12:38:09(000)
<abc_gkkh_uiu,8> ETRACK_TOTAL_RECS : 500"


here i need some regular expression to get, 100 like
following

$total_count = 100

I appreciate u r help..

Thanks
-Madhu





__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

-- 
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