in reply to Re^3: 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^5: EMBEDD PM INTO SCRIPT CODE.
by EvanK (Chaplain) on Aug 07, 2007 at 18:51 UTC
    If the module code is already included in your script, then you don't need the use statements for them. That is, you probably still have use Net::Scan::Ftp::Anonymous; in your script, so delete that command.

    __________
    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.