winnt
active state
test
downloaded  Mail-Sender-0.7.06.tar.gz   to ..\download
extracted with winzip
yielded the files listed in"MANIFEST" in ..\download\Mail-Sender-0.7.06
perl -V:make output nmake
then used
  perl Makefile.PL
  nmake test
  nmake install
 test.pl  output an OK
copied from the synopsis in Sender.pm.txt and appended to test.pl
edited to local domain and from and to entries
with the initial 3 lines in the file being
   use Mail::Sender ;
   $sender = new Mail::Sender
      {smtp => 'mail.mydomain.com', from => '[EMAIL PROTECTED]'};

then running perl on the successively edited test.pl yields the following
error messages:

   $sender->MailFile ( { etc.
       Can't call method MailFile without a package or object reference

   Sender::$sender->MailFile ( { etc.
        Bad name after Sender::

   Mail::Sender::$sender->MailFile ( { etc.
        Bad name after ::

   Mail::$sender->MailFile ( { etc.
        Bad name after Mail::

Thanks in advance for any help or explanation that will clear up
the error messages,
Jim Doyle



_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to