My program is terminating for no reason apparent to
me!
Using the debugger I see that $$curr_true is a 4
element array whose values are <undef>, 1, 4, 7.

$ev_count is 1.

Why would both my debugging session suddenly and my
cgi script end when I execute that last statement?
  Thanks,
     Siegfried

sub FormElements {
    my ($g_Case,
        $next, 
        $ev_count,
        $curr_true, # integer array created in insert
data
        $prob_innoc,
        $hidden) = @_;
      my $t = $$curr_true[$ev_count];

           Sieg

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to