On Fri, Apr 20, 2001 at 04:05:22PM -0400, F.H wrote:
> using print @INC doesn't help it just points you to the lib dir in
> your path.

The suggestion was to investigate %INC at some appropriate point (not
@INC), but note that in general this problem is not soluable.  Did I
hear someone mutter "halting problem"?

What modules does this program use?

$ perl -ne 'chomp; require'

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

Reply via email to