while() { chomp; if (/string=\"(\d+)\"|static-address\/(.*?)\"/) { print "ONE: $1\n"; } } __DATA__ static string="123456" containing numbers html value text #### ONE: 123456 ONE: foo