in reply to Software Error

Ok I fixed the first one but now Ive got this
Which first one? This is your first (and until now) only post. Did you "recycle" your original post? That could explain why some of the answers now do not seem to make sense anymore.

BEGIN failed--compilation aborted at H:/Program Files/Apache Group/Apache2/cgi-bin/kareha.pl line 13.
The Perlmonks are good, but they are not psychic. Showing us a relevant piece of your program will surely help in finding the reason of this error.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

Replies are listed 'Best First'.
Re^2: Software Error
by planetscape (Chancellor) on Apr 12, 2009 at 07:37 UTC

    Yes, indeed, this is 100% post-consumer content. Via original content of 757056:

    I am trying to setup an image board with Apache2.0, ActivePerl, and Ka +reha. I can't figure out what's wrong with these lines though Software error: password at config_defaults.pl line 8. line 8 = die S_NOADMIN unless(defined &ADMIN_PASS); BEGIN failed--compilation aborted at config_defaults.pl line 133. line 133 = } Compilation failed in require at H:/Program Files/Apache Group/Apache2 +/htdocs/kareha.pl line 13. line 13 = BEGIN { require 'config_defaults.pl'; } BEGIN failed--compilation aborted at H:/Program Files/Apache Group/Apa +che2/htdocs/kareha.pl line 13.

    HTH,

    planetscape