I ran the following script on two Linux machines: Linux 2.2.14 on i686 and Linux 2.2.12-20 on i686. The Perl version is Perl v5.6.0 built for i686-linux. In both cases I got: "Segmentation fault (core dumped)". I don't send the core because it is too big - but I will be happy to send it upon request. The script is simple: bug.pl: #!/usr/local/bin/perl -w use diagnostics; use Bug; Bug.pm: package Bug; use Other; Other->no_method_like_that(1); 1; # make perl happy Other.pm: package Other; 1; # make perl happy I hope that someone can comment on that. Thanks, Rani. -- Rani Pinchuk, E-mail: rp@ockham.be EM-TECH Group, Ockham, Olivetenvest 52, Mechelen, B-2800 Tel: +32-15-28-18-20, Fax: +32-15-28-18-21Thread Next