Using smtp

2002-04-17 Thread Bill Lyles
I have a script that I'm trying to edit to use smtp because it only calls for a mail program. this is the code if ($found) { open (MAILME, "|$mailprog -t") or &dienice("Can't access $mailprog!\n"); print MAILME "To: $email\n"; print MAILME "From: $adminmail\n"; print MAILME "Subject: Your userna

Re: Definition

2002-04-16 Thread Bill Lyles
Ok, Sorry about that Anyway what do you mean perldoc -f qq? what does the ~qq mean? - Original Message - From: "fliptop" <[EMAIL PROTECTED]> To: "Bill Lyles" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, April 16, 2002 8:53 PM Subjec

Definition

2002-04-16 Thread Bill Lyles
As I am somewhat new to perl can someone tell me what this means   $header = qq~   I understand the header but what is the qq~ for?   Thanks

Definition

2002-04-16 Thread Bill Lyles
As I am somewhat new to perl can someone tell me what this means   $header = qq~   I understand the header but what is the qq~ for?   Thanks

Re: login system

2002-04-13 Thread Bill Lyles
check cookies Try downloading the YaBB Bulliten Board from http://www.yabbforum.com The guys who wrote this were brillient and this scipt has some excellent examples of cookie use Bill Lyles - Original Message - From: "Matthew Harrison" <[EMAIL PROTECTED]> To: <[EMA