in reply to Re: Re: Re: Re: Re: Re: Parsing email files, what are the best modules ?
in thread Parsing email files, what are the best modules ?

Okay, I assume I can just "install" by running Perl as a shell, then install the modules I need, like this...
That doesn't run perl as a shell (no such thing). That won't always work, so you should read A Guide to Installing modules.
  • Comment on Re: Re: Re: Re: Re: Re: Re: Parsing email files, what are the best modules ?

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: Re: Re: Parsing email files, what are the best modules ?
by peterr (Scribe) on Nov 11, 2003 at 11:55 UTC
    Hi,

    That doesn't run perl as a shell (no such thing).

    It's obvious I meant a 'cpan' shell (me being a newbie, and you being an "expert")

    That won't always work

    Why won't it always work ?

    .. so you should read A Guide to Installing modules

    Which is the same node as suggested before. I have read it, digested it, and tried most of the methods to fix this. I guess I need to read it again (sigh)

    Peter