Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Does any version of perl comes with mime::Entity by default? or do I have to install module seperately? Right now I have rational products on my machine with inbuilt perl. If I have install modules do I have to install perl first? Thanks

Replies are listed 'Best First'.
Re: mime module
by moritz (Cardinal) on Jul 07, 2008 at 14:10 UTC
    Does any version of perl comes with mime::Entity by default?

    Not a "vanilla" perl distribution, no. Perhaps ActiveState packs that up as a default.

    or do I have to install module seperately?

    Most likely, yes.

    If I have install modules do I have to install perl first?

    Yes.

    See also Perl FAQs and the CPAN FAQs.