Help for this page

Select Code to Download


  1. or download this
    my $options = {};
    $options->{'heredoc'} = '1';
    
  2. or download this
    my %options;
    $options{'heredoc'} = '1';
    my $config_copy = ReadINI ($copy,%options);