Help for this page

Select Code to Download


  1. or download this
    @hosts = map { /^([\w.]+)$/ ? $1 : () } @tmp;
    
  2. or download this
    @hosts = map { /^([\w.]+)$/ ? $1 : () } <CFGFILE>;