if($string1=~/version: (\d+\.\d+/){ $version=$1; print $version; } [download]
In reply to Re: matching string by insensate in thread matching string by Anonymous Monk