Thom Hehl <mailto:[EMAIL PROTECTED]> wrote:

:     $SysIndex = 0;
: 
:     if ($PageNo==1)
:     {
:         my @sysnamelist=split(/$SEPARATOR/,$config{$SYSNAME});
:         my $sysnamelist[$SysIndex]=$input{$SYSNAME};

    Remove the "my".

$sysnamelist[$SysIndex] = $input{$SYSNAME};


:         $config{$SYSNAME}=join(/$SEPARATOR/,$sysnamelist);
:     } elsif ($PageNo==2)

HTH,
Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to