Help for this page

Select Code to Download


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