Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

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

by Aristotle (Chancellor)
on Nov 02, 2002 at 06:42 UTC ( [id://209910]=note: print w/replies, xml ) Need Help??


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

Hmm. Add use CGI::Carp; and check the error log again. There should be a more detailed error message then.

Also, run with perl -c whichversion.cgi on the shell if you can.

Makeshifts last the longest.

Replies are listed 'Best First'.
Re: Re^3: Using the modules I want to use.
by cal (Beadle) on Nov 02, 2002 at 06:58 UTC
    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
      I'm afraid I can't offer any other ideas. This looks like something seriously fishy is going on.

      Makeshifts last the longest.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://209910]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-25 08:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found