Help for this page

Select Code to Download


  1. or download this
    $returned_data =~ s/\n//g;
    
    my $c_code = $returned_data;
    $c_code =~ m/name="challenge" value="(.*)"/; #"
    print $1 . "\n";
    
  2. or download this
    use strict;
    use CGI;