Help for this page

Select Code to Download


  1. or download this
    $post{$element} = $1
      if $html =~ m/id="$element" name="challenge" value="(.*?)"/;
    
  2. or download this
    m/id="\Q$element\E" name="challenge" value="(.*?)"/;