Using ActivePerl scripts in a Windows environment

This procedure explains how to use ActivePerl scripts in a Windows environment.

To successfully execute ActivePerl scripts in a Windows environment

  1. Locate the Dumper.pm file within the ActivePerl installation directory.
    The default location is C:/Perl/lib/Data/Dumper.pm
  2. Open the Dumper.pm file in Notepad.
  3. Go to line containing the following text:
    sprintf our $refaddr_format, Scalar::Util::refaddr(shift);
  4. Comment the line as indicated below:
    # sprintf our $refaddr_format, Scalar::Util::refaddr(shift);
  5. Save the changes to the file and close Notepad.
  6. Create the Script adapter and enable it on a peer using Grid Manager.
Was this page helpful? Yes No Submitting... Thank you

Comments