Help for this page

Select Code to Download


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