RE: :SMTP::Multipart Module

2003-01-29 Thread Dan Muey
Well, I've given up trying to install the Net::SMTP::Multipart Module. I'm going to use Mail::Sender instead which actually looks like it does more and It installed first time el prefecto! Thanks Jenda for that module!! I'd like to thank John for all his patient help in trying

RE: :SMTP::Multipart Module

2003-01-28 Thread Dan Muey
Hello, It seems from what I find on google is that The error : Can't modify subroutine entry in scalar assignment ... Has to do with the version of perl. One person upgraded and that problem went away but a different on ecame up. One message was a module author saying 'Are you using 5.005? Rat

RE: :SMTP::Multipart Module

2003-01-28 Thread Dan Muey
Hello, I'm really hitting abrick wall here. Any help or insight would be greatly appreciated. I'm trying to get this Module installed: http://search.cpan.org/author/DROBERTS/Net-SMTP-Multipart-1.5/ [ console output below with step by step actions ] The line in the Multipart.pm file : our $VE

RE: :SMTP::Multipart Module

2003-01-28 Thread Dan Muey
Thanks, I wasn't sure if that was causing the original problem or not. My original problem was that I couldn't install the Net::SMTP::Multipart module. http://search.cpan.org/author/DROBERTS/Net-SMTP-Multipart-1.5/ I installed several modules that day, no problem. I was doing it as

RE: :SMTP::Multipart Module

2003-01-27 Thread david
Dan Muey wrote: > > Line 30 in that file is : > our $VERSION = sprintf("%d.%d", q$Revision: 1.5 $ =~ /(\d+)\.(\d+)/);^M > > Notice that ^M? that's all over the file. I did > perl -e '@f = `cat Multipart.pm`;foreach $l(@f) { $l =~ s/\^M//g; print > $l; }' > Multipart2.pm > > And modified my test

Re: :SMTP::Multipart Module

2003-01-27 Thread David Nicely
example at the link below? > > > > > > require "./Mulitpart.pm"; > > > > > > sub import { > > > ???/ > > > } > > > > > > import; # ??? > > > > > > Thanks > > > > > > Dan >

RE: :SMTP::Multipart Module

2003-01-27 Thread Dan Muey
} > > > > import; # ??? > > > > Thanks > > > > Dan > > > > > > > > Hello List, > > > > > > If any one could shed some light on what I'm missing/what > the errors > > > mean I'd sure apprecia

RE: :SMTP::Multipart Module

2003-01-27 Thread Dan Muey
gt; > > If any one could shed some light on what I'm missing/what the > > errors mean I'd sure appreciate it! > > > > I'm trying to install the Net::SMTP::Multipart Module > > > http://search.cpan.org/author/DROBERTS/Net-SMTP-Multipart-1.5/ Multip

RE: :SMTP::Multipart Module

2003-01-27 Thread Dan Muey
some light on what I'm missing/what the > errors mean I'd sure appreciate it! > > I'm trying to install the Net::SMTP::Multipart Module > http://search.cpan.org/author/DROBERTS/Net-SMTP-Multipart-1.5/Multipart.pm I've installed several modules today but I ca

Net::SMTP::Multipart Module

2003-01-27 Thread Dan Muey
Hello List, If any one could shed some light on what I'm missing/what the errors mean I'd sure appreciate it! I'm trying to install the Net::SMTP::Multipart Module http://search.cpan.org/author/DROBERTS/Net-SMTP-Multipart-1.5/Multipart.pm I've installed several modul