3.1. USING THE CPANEL::ACCOUNTING PERL MODULE
CHAPTER 3. FAQ
print "There was an error while processing your request: Cpanel::Accounting returned [\$whm >{error}]\n";
exit;
}
print \$response . "\n";
\$response = \$whm >unsuspend('');
if (\$whm >{error} ne "") {
print "There was an error while processing your request: Cpanel::Accounting returned [\$whm >{error}]\n";
exit
}
print \$response . "\n";
79