I've been running a server off of my computer with PERL 5.8.8, and just recently tried uploading it to a website running PERL 5.8.3. When I try and run the site, I get a 505. I used their debugging program and it gave me the following, I've tried looking it up the problems, but can't find anything.

main::generate() called too early to check prototype at Index.pl line +52. Name "main::Recr" used only once: possible typo at Index.pl line +69. Name "main::Before" used only once: possible typo at Index.pl lin +e 97. Name "main::Forum" used only once: possible typo at Index.pl li +ne 71. Name "main::Sch" used only once: possible typo at Index.pl lin +e 33. Name "main::Login" used only once: possible typo at Index.pl li +ne 73. Name "main::Guide" used only once: possible typo at Index.pl l +ine 70. Name "main::GInfo" used only once: possible typo at Index.pl +line 68. Name "main::Hist" used only once: possible typo at Index.pl +line 72. Use of uninitialized value in read at Database.pl line 280. +Use of uninitialized value in string eq at Index.pl.

2006-07-07 Retitled by Corion, as per Monastery guidelines
Original title: 'Errors'

20060707 Janitored by Corion: Added newlines after code tags


In reply to Errors from perl script uploaded to server by FeraliX

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.