Hi BrowserUk,
Question: my current pattern matching line of code looks like this:
if ($form_type=~/^$formget/i);
How would I incorporate the code you suggested in your post?
Presumably, I would add m[10-KQ^/*$] , but I am unsure how the syntax plays out.
Thank you!!