in reply to Re^5: EMBEDD PM INTO SCRIPT CODE.
in thread EMBEDD PM INTO SCRIPT CODE.

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^7: EMBEDD PM INTO SCRIPT CODE.
by EvanK (Chaplain) on Aug 07, 2007 at 19:48 UTC
    By removing the use strict; directive, you're not fixing the errors it gave you, rather you're just ignoring them. If possible, I suggest you fix the potential problems that strict points out, before they become serious problems.

    As for the error concerning Class::Accessor::Fast, it sounds like that class either isnt installed either, or is messed up on the server. In that case, you'll want to also give that module the same copy-n-paste-into-your-script treatment.

    __________
    Systems development is like banging your head against a wall...
    It's usually very painful, but if you're persistent, you'll get through it.

    A reply falls below the community's threshold of quality. You may see it by logging in.