in reply to Re^3: Using the modules I want to use.
in thread Using the modules I want to use.

Well I dont have telnet but I use a Perl debugger which says the syntax is ok.However these three lines come up .Which are the top three lines.

#!/usr/local/bin/perl -w use CGI::Carp; use lib '/u/web/dom/cgi-local/';


(eval 1): Subroutine confess redefined at (eval 1) line 1.
(eval 1): Subroutine confess redefined at (eval 1) line 2.
(eval 1): Subroutine confess redefined at (eval 1) line 3.


ran with carp and same error

Replies are listed 'Best First'.
Re^5: Using the modules I want to use.
by Aristotle (Chancellor) on Nov 02, 2002 at 07:11 UTC
    I'm afraid I can't offer any other ideas. This looks like something seriously fishy is going on.

    Makeshifts last the longest.