Help for this page

Select Code to Download


  1. or download this
    $config{<hostname>} = [ {a => value1, b => value }, {a => value, {b=>v
    +alue} ]
    
  2. or download this
    %config = (
       <hostname> => [ {a => value1, b => value }, {a => value, {b=>value}
    + ]
    );