Help for this page

Select Code to Download


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