Message-ID: <
19981012014139.19614.qmail@hotmail.com>
Subject: B::CC problems with pp_sassign routine
p4raw-id: //depot/perl@1993
}
runtime("SvSETMAGIC(TOPs);");
} else {
- my $dst = pop @stack;
+ my $dst = $stack[-1];
my $type = $dst->{type};
runtime("sv = POPs;");
runtime("MAYBE_TAINT_SASSIGN_SRC(sv);");