in reply to Script help

If you look at the documentation for Net::AIMTOC, the way they use the try construct is by doing use Error qw( :try );

Of course, also use strict; use warnings; use diagnostics; to see what's actually going on when you execute this script.

antirice    
The first rule of Perl club is - use Perl
The
ith rule of Perl club is - follow rule i - 1 for i > 1