in reply to Re: Repeated Pattern Matching Fails
in thread Repeated Pattern Matching Fails
---------------------------------------------------$_sensor_type = “I2600”; if($_sensor_type =~ /[a-z]+([0-9]+)/ig){ print "\n\n\n***Importing Original Action sens +or 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`; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Repeated Pattern Matching Fails
by jwkrahn (Abbot) on Jan 28, 2009 at 13:21 UTC | |
by ikegami (Patriarch) on Jan 28, 2009 at 15:35 UTC | |
by Marshall (Canon) on Jan 28, 2009 at 14:01 UTC | |
by Marshall (Canon) on Jan 28, 2009 at 14:47 UTC | |
by perlpal (Scribe) on Jan 29, 2009 at 05:15 UTC | |
|
Re^3: Repeated Pattern Matching Fails
by Marshall (Canon) on Jan 28, 2009 at 13:37 UTC |