Help for this page

Select Code to Download


  1. or download this
    my %config;
    ...
      $config{ $var } = $value;
    }
    
  2. or download this
    $i_want_the_value_of_port = $config{ 'port' };