in reply to Question about conditional regex capture

if ( /(\d+\.\d+\.(?:\d{2,}|[4-9])\.\d+)/ ) { print "$1 <br> \n"; }
cLive ;-)