in reply to Re^2: Can't locate Email/MIME.pm in @INC
in thread Can't locate Email/MIME.pm in @INC
I also tried use Mail::Mailer and use Net::SMTP at the top, no diceIn what way did it fail - can you show the script you used and the error.
To find the perlbrew perl open up Terminal and type in:
There may be another way to do this but using that output you would have the first line of your script:echo $PERLBREW_PATH Sample output: /Users/user/perl5/perlbrew/bin:/Users/user/perl5/perlbrew/perls/perl-5 +.14.1/bin
#!/Users/user/perl5/perlbrew/perls/perl-5.14.1/bin/perl5.14.1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Can't locate Email/MIME.pm in @INC
by kcott (Archbishop) on Mar 22, 2014 at 07:11 UTC |