Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
if(system('/usr/local/bin/AddVirtUser' => "tpasswd=$password", => $domain, => $username, => $fullname, => 5, => '0 0 0', )){ #################################################### ## ## ACCOUNT FAILURE AREA ## #################################################### # Send Failure E-Mail open (MAIL, "|/usr/sbin/sendmail -t"); print MAIL <<"END_OF_MAIL"; #line 90 To: $email Reply-to: support\@foo.bar From: support\@foo.bar Subject: Blah Dear $fullname, END_OF_MAIL close (MAIL);
edited: Tue Oct 1 00:07:37 2002 by jeffa - title change (was: Whats Wrong Here)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Why do I get an 'uninitialized' warning?
by zigdon (Deacon) on Sep 30, 2002 at 18:04 UTC | |
by Anonymous Monk on Sep 30, 2002 at 18:19 UTC | |
by zigdon (Deacon) on Sep 30, 2002 at 18:26 UTC | |
|
Re: Why do I get an 'uninitialized' warning?
by RMGir (Prior) on Sep 30, 2002 at 18:04 UTC | |
|
Re: Why do I get an 'uninitialized' warning?
by sauoq (Abbot) on Sep 30, 2002 at 18:05 UTC |