Path: utzoo!attcan!uunet!jarthur!usc!sdd.hp.com!uakari.primate.wisc.edu!aplcen!unmvax!uokmax!d.cs.okstate.edu!drd!mark From: mark@DRD.Com (Mark Lawrence) Newsgroups: comp.lang.perl Subject: Undefined subroutine "DB" called at foo.pl line n Message-ID: <1990Jul18.131903.24823@DRD.Com> Date: 18 Jul 90 13:19:03 GMT Reply-To: mark@drd.Com (Mark Lawrence) Organization: DRD Corporation, Tulsa, OK Lines: 12 I posted a query about this earlier. I had an alleged identical perl configuration on a SparcStation and a Sun 3 and I got the above when trying to do a perl -d foo.pl on the Sparc. Both Larry and someone else suggested I check @INC, so I did a perl -e 'print @INC;' on both machines. The Sun 3 yielded a reasonable value. The Sparc yielded /dev/null :-}. Someone was also kind enough to e-mail me all the patches between what I had and current. So, I re-ran Configure and am re-making on my Sparc. Thanks, all.