Build precise queries to find exactly what you need
Press ESC to close
@Lyron
Member Since: November 20, 2012
Favorites0
Views
Projects0
The plugin works just fine. If it throws the "command not found" error, you have to cut the line "#!/usr/bin/perl" and paste it on the first line. Later, if it throws this one: "bash: ./check_cisco_config.pl: /usr/bin/perl^M:..." you have to download dos2unix (sudo apt-get install dos2unix on debian based distros) and write: dos2unix check_cisco_config.pl. This error ocurrs because the .pl file was written on a DOS based OS (Windows) and the file format is diferent from unix. Cheers!
Reviewed 13 years ago