in reply to form processing
is really:while ($in{$modContactTitle} =~ /[\s]+$/) { chop($in{$modContactTitle}); }
and:$in{$modContactTitle} =~ s/[\s]+$//;<br> # yes the '[]' aren't necessary, but are helpful
is \d,[0-9]
Finally, this is oddand are you sure you want '1' and not $[ in: @array = (split " ", $sites); print $array[1]; if ($array[1] == 7) { ...
I know you're doing a lot of debugging w/ chipmunk on this so much may be an artifact of that so just take these as some hints (and not necessarily correct; TIMTOWTDI) for the future.
a
|
|---|