in reply to Pattern matching exlusion

Does $formget represent the string that you are matching the pattern against ?. If so, what does $form_type represent ?

Replies are listed 'Best First'.
Re^2: Pattern matching exlusion
by wrkrbeee (Scribe) on Nov 29, 2014 at 14:31 UTC
    $formget represents the user assigned string to retrieve. $form_type represents the stored string. Make sense?
      Make sense? Not really, some examples of each might help.