- or download this
if ($enable_poe eq 'POE device missing or unpowered') {
print $enable_poe, "\n", "Your Poe IS NOT enabled, dummy\n";
}
- or download this
if ($enable_poe =~ /POE device missing or unpowered/) {
print $enable_poe, "\n", "Your Poe IS NOT enabled, dummy\n";
}