in reply to Re^5: Regular expression match in code
in thread Regular expression match in code
prints nothing; just $VAR1 = [] print Dumper $var; correctly prints the IP present in the incoming SNMP trap. So my reading from file part is going wrong?! How? Its fairly straight forward and I have even tested it by writing exit(0); after the read from config (populates @allServers) and write into @bigArray (<ip,server>) format. Help... :(print Dumper \@allServers; print Dumper \@bigArray;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Regular expression match in code
by moritz (Cardinal) on May 12, 2010 at 10:08 UTC |