Help for this page

Select Code to Download


  1. or download this
    my $msg;
    if (/msg=(.*?) Src/) {
        $msg = $1;
    ...
    #else {
    # possible error message here, whatever is appropriate
    #}