[mellimik@localhost cgi-bin]$ perl -cw formCreator.pl
Scalar found where operator expected at formCreator.pl line 286, near "?:\|(.*))?$/"
(Missing operator before $/?)
syntax error at formCreator.pl line 286, near "[^"
formCreator.pl had compilation errors.
####
if (/$_[0] =~ /^([^:]+):([^|]+)(?:\|(.*))?$/ ||
$_[0] =~ /^([^|)+)\|(.*)$/) {
####
if (/$_[0] =~ /^([^:]+):([^|]+)(?:\|(.*))?$/ ||
$_[0] =~ /^([^|])+)\|(.*)$/) {