Help for this page

Select Code to Download


  1. or download this
    sub add {
        my ($hashref, $to, $subject, $file_name, $from, $last_dir) = @_;
    ...
              {$file_name => {path => $last_dir,
                              from => $from}};
    }
    
  2. or download this
    add $spam, 'foo@bar.com', 'New CDs now', 'AAAAA.txt', 'that@person.com
    +', 'Spam';