in reply to Re^6: Passing a regex from a CGI HTML form
in thread Passing a regex from a CGI HTML form

If you can, I'd suggest using HTTPS and password protecting your CGI.
  • Comment on Re^7: Passing a regex from a CGI HTML form

Replies are listed 'Best First'.
Re^8: Passing a regex from a CGI HTML form
by Linicks (Scribe) on Sep 02, 2016 at 15:08 UTC

    Thanks Ron, someone with a bit of sense. I do run over HTTPS and now I have a bit of 'magic' that needs to be met to process the code. See my post at the bottom.

    Nick