Help for this page

Select Code to Download


  1. or download this
    if ($sp =~ m{ \. ( [^(]* ) ( \( .* \) ) }x)
    {
        print "pin = $1\n";
        print "sig = $2\n";
    }