Help for this page

Select Code to Download


  1. or download this
    if (m/Reply issued by (.*?):(.*)/) {
      my $issuer = $1;
    ...
    } else {
      # not a Reply issued by message
    }