Help for this page

Select Code to Download


  1. or download this
    my %hostlist = map { /^(\w+)\s(.*)/; $1 => $2 } (<DATA>);
    
  2. or download this
    my %hostlist = map { /^(\w+)\s+(.*)/; $1 => $2 } (<DATA>);