Ok, I've looked up the Perl Modules installed on 1and1 here http://links.1and1faqs.com/perldiver.cgi
It seems to have everything Actinic asks for (including Archive::Zip for the faster uploads) but with two exceptions:
1. Exporter;
2. ActEncryption1024;
I'm not too surprised about the second one as it's an Actinic generated module.
Does anyone know how important the Exporter module is and the impact of not having it?
And why does ActEncryption1024 as a module help. If it's actinic code why is it faster to run as a module than have it in the scripts?
Mike
It seems to have everything Actinic asks for (including Archive::Zip for the faster uploads) but with two exceptions:
1. Exporter;
2. ActEncryption1024;
I'm not too surprised about the second one as it's an Actinic generated module.
Does anyone know how important the Exporter module is and the impact of not having it?
And why does ActEncryption1024 as a module help. If it's actinic code why is it faster to run as a module than have it in the scripts?
Mike
Comment