tomy $map = $traps{$trap}{oid} =~ /\.\d+$/;
The final digit of an SNMP OID has no particular significance, unless it's an index into a table. (But you probably knew that.)my ($map) = $traps{$trap}{oid} =~ /\.(\d+)$/;
In reply to Re: RegEx problems
by dws
in thread RegEx problems
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |