Help for this page

Select Code to Download


  1. or download this
    ($var =~/(?<!use )neighbor[[:alpha:]-]* ([[:alnum:]\.-:]+)/) and print $1;
  2. or download this
    print $1 if $var =~/(?<!use )neighbor[[:alpha:]-]* ([\d:]+)/;