in reply to puzzled by CGI::FormBuilder (?) errors?

Check that you are using the same module versions both places. Quite likely the "new server" has an older version of FormBuilder or something FormBuilder depends on.


Perl reduces RSI - it saves typing
  • Comment on Re: puzzled by CGI::FormBuilder (?) errors?

Replies are listed 'Best First'.
Re^2: puzzled by CGI::FormBuilder (?) errors?
by hesco (Deacon) on Oct 08, 2008 at 04:40 UTC
    Here is some evidence:

    Using locate on the new server shows a /root/.cpan/build/CGI-FormBuilder-3.0501 directory, but the other server does not. They are both the same version, to believe the version numbers, but apparently the old server was installed from apt-get and the new server was installed from cpan.

    -- Hugh

    if( $lal && $lol ) { $life++; }