in reply to CGI.pm error

You have posted the same code three different times. You have ignored the many replies addressing both the flaws in your code and the flaws in your posting style.
To summarize:
  • You aren't using strict or warnings.
  • The error you are posting about occurs in one of the required files, not the file you keep posting.
  • You are not using code tags.
  • You have obviously not read any of the rules for posting in the monastery.
  • You need to read all of the CGI how-to posts referenced in the replies to your last posts.

    At this point you are just wasting your own and everybody elses time and patience. Stop it.


    -pete
    "Worry is like a rocking chair. It gives you something to do, but it doesn't get you anywhere."
  • Replies are listed 'Best First'.
    Re: Re: CGI.pm error
    by webstudioro (Acolyte) on Jul 11, 2003 at 14:46 UTC
      Sorry. I'm stop. I'm sorry.
        No problem. Read the guide to asking questions on the monks. Look at the 3 files you are require-ing for Carp. The problem is in one of those.
        Try to come up with a more specific question. One that includes the code from the file that is actually using Carp.

        And, most important use strict, otherwise 90% of your Perl programming career will be spent tracking down bugs that the system would have found for you.

        -pete
        "Worry is like a rocking chair. It gives you something to do, but it doesn't get you anywhere."