Help for this page
if (/string=\"(\d+)\"|static-address\/(.*?)\"/) { my $id = defined($1) ? $1 : $2;
if (/string=\"(\d+)\"/ || /static-address\/(.*?)\"/) { my $id = $1;