Re: SendMail to lists

2001-09-06 Thread randy Peterman
>I have to ask: where are you getting the $UserName value? What you are trying to do raises some >serious security issues if done incorrectly. I am getting it from a form input. I am hard coding the "to" line so that I do not have to worry about spammers just using my page as a portal. Also t

SendMail to lists

2001-09-06 Thread randy Peterman
int SENDMAIL $msg; close SENDMAIL; Any ideas? Do I need to send more info? Randy Peterman -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Newbie question on data storing

2001-08-22 Thread randy Peterman
"in house" you'll have very few security issues to worry about. Randy Peterman "G Harper" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello all, > Please bear with me - I realize the answers I seek probably lie

Re: Passing Scalar Reference to Subroutine

2001-08-16 Thread randy Peterman
I believe that you may need to add an ampersand "&" before the name of the subroutine, like so: if(!&isPresent(\$req, $user)) Randy "David Simcik" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Newbie question here... > > I've created a CGI.pm object and want