- or download this
%cfg = (To => 'to',
From => 'from',
...
Page_Title => 'MailTo');
%cfg;
- or download this
use strict;
.
...
}
%cfg = %{$return};
- or download this
<td><select name="$cfg{From}" size="1">
...
<tr>
<td>Subject:</td>
<td><input type="text" name="$cfg{Subject}" size="24">
+</t