Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi Folks,
I am using ACS 5.4 and I would like to add device by using perl script. However, it did not work. Has anyone can help me?
#!/usr/bin/env perl -w use strict; use warnings; use MIME::Base64; use REST::Client; use XML::Twig; use XML::LibXML; #...