if ( $INPUT_DATA =~ /module (\w+) /) { print "circuit name = $1\n"; }