RE: trying again....

2003-11-13 Thread Jason Frisvold
ones. > http://search.cpan.org/~jenda/Mail-Sender-0.8.08/Sender.pm > > > HTH > > DMuey > > > -Original Message- > > From: Jason Frisvold [mailto:[EMAIL PROTECTED] > > Sent: Thursday, November 13, 2003 11:48 AM > > To: [EMAIL PROTECTED]; [EMAIL P

RE: trying again....

2003-11-13 Thread Dan Muey
48 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: trying again > > > Check out Mail::Mailer ... I use that for 99% of my scripts > that need email support.. > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: trying again....

2003-11-13 Thread Jason Frisvold
> From: Jason Frisvold [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 13, 2003 11:48 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: trying again > > > Check out Mail::Mailer ... I use that for 99% of my scripts that need > email support.. > > -

Re: trying again....

2003-11-13 Thread Rob Dixon
Hi Sarah. Sarah wrote: > > I apologize for my earlier question. I don't mean that > I want someone to write a program for me. No, and you didn't say so either. It's just that we get a little twitchy here about that sort of request. You've nothing to apologise for. > I was just perhaps looking f

RE: trying again....

2003-11-13 Thread Suman, Kaushik
How do you get help on a perl module..? -Original Message- From: Jason Frisvold [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 11:48 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: trying again Check out Mail::Mailer ... I use that for 99% of my scripts that

Dealing with Email and Perl was Re: trying again....

2003-11-13 Thread drieux
On Thursday, Nov 13, 2003, at 11:23 US/Pacific, [EMAIL PROTECTED] wrote: I apologize for my earlier question. I don't mean that I want someone to write a program for me. I was just perhaps looking for some generic info on Perl's capability to generate email? If that exists? you will want to b

RE: trying again....

2003-11-13 Thread Jason Frisvold
Check out Mail::Mailer ... I use that for 99% of my scripts that need email support.. --- Jason H. Frisvold Backbone Engineering Supervisor Engineering Dept. Penteledata RedHat Engineer - RHCE # 807302349405893 [EMAIL PROTECTED] --- "I love deadline

RE: trying again....

2003-11-13 Thread Johnson, Shaunn
--howdy: --not sure i follow, but i have a few questions for --you: * you want to connect to the database and do, what, exactly? show the data in html? * you have a list of people in the database, perhaps, that you want to email? what platform? not that it really matters ... windows, linu

Re: trying again....

2003-11-13 Thread James Edward Gray II
On Nov 13, 2003, at 1:23 PM, [EMAIL PROTECTED] wrote: I apologize for my earlier question. I don't mean that I want someone to write a program for me. I was just perhaps looking for some generic info on Perl's capability to generate email? If that exists? Perl can definitely do anything you s

RE: TRYING AGAIN (was: Net::Telnet)

2003-08-24 Thread Gupta, Sharad
ugust 24, 2003 5:16 AM >To: [EMAIL PROTECTED] >Subject: Re: TRYING AGAIN (was: Net::Telnet) > > > >Sharad Gupta wrote: >> >> Hi All, >> >> I have a small script like this: >> >> --

Re: TRYING AGAIN (was: Net::Telnet)

2003-08-24 Thread Rob Dixon
Sharad Gupta wrote: > > Hi All, > > I have a small script like this: > > --- > use strict; > use Net::Telnet; > > my $host = "Wilma"; > my $username = "Foo"; > my $pass = "Bar"; > > my $s = Net::Telnet->new( Host=>$host, >