ElasticEmail
view release on metacpan or search on metacpan
lib/ElasticEmail.pm view on Meta::CPAN
my $file;
foreach $file(@postFilesPaths){
my $localFileName = fileparse($file);
my $fieldName = 'file'.$num;
push(@{$allTheData[0]}, ($fieldName, [$file, $localFileName]));
$num++;
}
$response = $ua->post($fullURL, Content_Type => 'multipart/form-data', Content => @allTheData);
}
my $content = $response->decoded_content();
return $content;
}
#
# Methods for managing your account and subaccounts.
#
package Api::Account;
( run in 2.106 seconds using v1.01-cache-2.11-cpan-a9ef4e587e4 )