On Sat, Jul 05, 2003 at 05:28:41PM +, Pablo Fischer wrote:
> Hi;
>
> > cd ~
> > mkdir -p perl5mod/Mail
> > save Sendmail.pm to ~/perl5mod/Mail
> > export PERL5LIB=/home/unmada/perl5mod
> >
> > You probably want to put that last line in your .profile so it gets
> > reset every t
Hi;
> cd ~
> mkdir -p perl5mod/Mail
> save Sendmail.pm to ~/perl5mod/Mail
> export PERL5LIB=/home/unmada/perl5mod
>
> You probably want to put that last line in your .profile so it gets
> reset every time you log in.
But, If I just wanna to have ONE module in my working dir? and th
On Sat, Jul 05, 2003 at 12:25:47PM +, Pablo Fischer wrote:
> > use Mail::Sendmail;
> Load Module. Can I save it in my working dir? /home/unmada/MailP/?
Sure. You need to make sure that it will appear on @INC (the module
include path that Perl uses to find your modules). Probably the
easie
Hi!
> If I understand correctly, you just want to pause between sending your
> mails so that the ISP doesn't interpret you as a spammer, right? You
> can do that like this:
Yep.. thats the point :-)
>
> use Mail::Sendmail;
Load Module. Can I save it in my working dir? /home/unmada/MailP/?
>
On Sat, Jul 05, 2003 at 12:43:10AM +, Pablo Fischer wrote:
> Hi all!
>
> My name is Pablo Fischer and Im a little new in Perl, however I have a project
> where I need to parse mails and send mails:
>
> I receive 2 files (contacts and arguments), I get 2000 mail adds from the
> file, so I ne
Hi all!
My name is Pablo Fischer and Im a little new in Perl, however I have a project
where I need to parse mails and send mails:
I receive 2 files (contacts and arguments), I get 2000 mail adds from the
file, so I need to make packages of 100 mails with differents email adds,
When I have the