in reply to Re^5: BEGIN and compile-time ($@)
in thread BEGIN and compile-time

It usually involves a "broken" object DESTROY method, usually one that uses eval but forgets to local( $@ ).

- tye