Help for this page

Select Code to Download


  1. or download this
    my $tempreg = $p->get_token()->raw;  #yes i checked it
    my $tempreg2 = $Tracearray[$snr][1];
    if ("$tempreg" =~ m/[192.168.242.2]/) {
        print "finally a match";
    }