Help for this page

Select Code to Download


  1. or download this
    if(  $_ =~ / to=([^,]+), /  ) {
        $to_addr = $1;
    } else {
        warn "Unmatched to= in line: $_";
    }