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 ?
Comment on
Re: Pattern matching exlusion
Select
or
Download
Code
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?
[reply]
Re^3: Pattern matching exlusion
by
poj
(Abbot)
on Nov 29, 2014 at 15:14 UTC
Make sense?
Not really, some examples of each might help.
[reply]
In Section
Seekers of Perl Wisdom