$_sensor_type = “I2600”; if($_sensor_type =~ /[a-z]+([0-9]+)/ig){ print "\n\n\n***Importing Original Action sensor Configuration onto the ISM and pushing it onto the sensor model $1 via API***\n\n\n"; my $out = `wget --no-check-certificate http://$_config_hash->{'database_ip'}/intruvert/jsp/sensorConfigImport.jsp?params=$_config_hash->{'sentype'}:$_config_hash->{'sensor_ID'}:Hampi_$1_Master_Sigset.xml`; }