Help for this page
use warnings; use strict; ... my $match = qr/relay=\[?([^\]]*)/; print "$1\n" if $str1 =~ $match; print "$1\n" if $str2 =~ $match;
218.1.114.182 mail.xpress.com.