Build precise queries to find exactly what you need
Press ESC to close
@danlatuk
Favorites0
Views
Projects0
I was also receiving the following error: ./check_emc_clariion.pl -H XXXXXXX -u XXXXXXX -p XXXXXX -t disk syntax error at ./check_emc_clariion.pl line 1316, near "){" syntax error at ./check_emc_clariion.pl line 1336, near "}" Execution of ./check_emc_clariion.pl aborted due to compilation errors. Resolution: Check what version of Perl you're running (terminal command: Perl -v). I was on 5.8.8 and was receiving this error. The error seems to be coming from the switch.pm module and believe it may have been fixed in Perl 5.10.X. However, the switch module has been deprecated in Perl v 5.14. So to get this plugin functioning you can either update Perl to a version just prior to 5.14 or update to the newest version of Perl and install the legacy Switch module separately. Other than this issue, this plugin is working great. Thanks for all the efforts in maintaining it. Hope this helps!
Reviewed 13 years ago