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

Steve, I appreciate that, but this form just parses data that is junk when copy 'n' pasted. The regex will only ever be applied to the foreach $line... plus, as I say, only me uses the form, or even knows it exists, or even knows what it does...

Nick

  • Comment on Re^6: Passing a regex from a CGI HTML form

Replies are listed 'Best First'.
Re^7: Passing a regex from a CGI HTML form
by RonW (Parson) on Sep 01, 2016 at 22:50 UTC
    If you can, I'd suggest using HTTPS and password protecting your CGI.

      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