I am trying to setup an image board with Apache2.0, ActivePerl, and Kareha. 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.

Update Ok I fixed the first one but now Ive got this.

Software error: Bareword "S_NOADMIN" not allowed while "strict subs" in use at config_ +defaults.pl line 8. Bareword "S_NOSECRET" not allowed while "strict subs" in use at config +_defaults.pl line 9. Compilation failed in require at H:/Program Files/Apache Group/Apache2 +/cgi-bin/kareha.pl line 13. BEGIN failed--compilation aborted at H:/Program Files/Apache Group/Apa +che2/cgi-bin/kareha.pl line 13.

20090412 Janitored by Corion: Restored original post,added formatting, code tags, as per Writeup Formatting Tips


In reply to Software Error by Javalora

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.