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
love deadlines. I especially like the whooshing sound they make as they go flying by." -- Douglas Adams [1952-2001] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 2:23 PM To: [EMAIL PROTECTED] Subject: trying again I apologize for

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

trying again....

2003-11-13 Thread Sarah7281
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? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

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, >

TRYING AGAIN (was: Net::Telnet)

2003-08-23 Thread Gupta, Sharad
I am sure somebody would have a magical touch for me. -Sharad -Original Message- From: Gupta, Sharad Sent: Saturday, August 16, 2003 9:03 PM To: [EMAIL PROTECTED] Subject: Net::Telnet Hi All, I have a small script like this: --

Trying again

2002-01-29 Thread ekayes
Hi I've asked this before, I've subsequently discovered that there are aliases for the types, A for ascii and I for binary and that the types are functions in the Net::FTP module and not parameters. Any suggestions would be appreciated. Thanks, again eddie -- Forwarded by Ed