in reply to Re: Compatiblity with older perls
in thread Compatiblity with older perls

I put the push statement in and commented out the use lib one, sadly I still get the exact same error.......

Replies are listed 'Best First'.
Re: Re: Re: Compatiblity with older perls
by suaveant (Parson) on Apr 06, 2004 at 19:43 UTC
    it says it is failing compilation on line 4... what is one line 4? Can you show us at least part of the code. A useful thing for CGI is
    use CGI::Carp qw(fatalsToBrowser);
    reports fatal errors in html... handy for devel work.

                    - Ant
                    - Some of my best work - (1 2 3)

      Wow!!!! That did it.... well technically showed me where the problem was.