Help for this page
Select Code to Download
Select
or
download this
($var =~/(?<!use )neighbor[[:alpha:]-]* ([[:alnum:]\.-:]+)/) and print $1;
Select
or
download this
print $1 if $var =~/(?<!use )neighbor[[:alpha:]-]* ([\d:]+)/;