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