Help for this page

Select Code to Download


  1. or download this
       use Encode qw(encode decode);
       my $regexp_source = "... regexp string ...";
    ...
       if ($normalized =~ /$regexp/) {
          store_data($response);
       }