Help for this page

Select Code to Download


  1. or download this
    {
        filename     => "suggested filename",
        payload      => "file contents".
        content_type => "mime type",
    }
    
  2. or download this
        # Save the attachments on the local disk
        foreach $i (@attachments)
    ...
            chmod 0644, $file;
            print "cou";
            }
    
  3. or download this
    foreach my $att ( @attachments )
        {
    ...
        close $fh;
        chmod 0644, $file;
        }