Random Project

To all who? having the “command not found” error

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!