Hi,
I am writing a script in Discovery Studio Visualizer 3.5 which implements the CPAN module. I can see that a folder exists in /Accelrys/Discovery Studio 3.5/lib/5.8.9/ called CPAN. In addition to this there is a file called CPAN.pm, which should give me access to the module. Unfortunately when I run the simple program
use strict;
use CPAN;
print "Hello World!";
I get the error
dup failed at C:/Program Files (x86)/Accelrys/Discovery Studio 3.5/lib/5.8.9/CPAN.pm line 190.
Compilation failed in require at file line 3.
BEGIN failed--compilation aborted at file line 3.
This is extremely frustrating for me because I need to use the CPAN module to install other modules for a script I am creating. If anybody knows why this is happening I would be very happy to know.
--Best regards, Lucas