"Eric Schwartz" <> a écrit dans le message de news:
omain...
| The original comments imply to me that the references are being tested
| somehow, which the code clearly doesn't support. This can increase
| maintenance time, as the reader has to figure out whether or not to
| believe the code or the comments.
|
| As you point out, perlref (I prefer perlreftut for a nice gentle
| intro) is sufficient to explain these two lines, at which point you
| don't really need comments.
thank you.
I understand now...for array and ref!
I have the problem 'FROM' with this perl module : Net::SMTP::Multipart
I add :
$self->datasend("From: ($arg{From})\n");
else the mail has not 'FROM'. It's blank...
anne