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

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.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.