Help for this page
#!/usr/bin/perl ... Prefix1=A,B:c,d value1 Prefix2=A:b,c:1,2 value2 Prefix3=A:*:1,2 value3
{ "Prefix1=A:c" => "value1", ... "Prefix3=A:*:1" => "value3", "Prefix3=A:*:2" => "value3", }