Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    Prefix2=A:b,c:1,2 value2=6
    Prefix4=A:*:1,2 value4a=10|value4b=20
    Prefix5,Prefix6=A:*:1,7 value5=10
    
  2. or download this
    {
      "Prefix1=A:c"   => { value1 => 5 },
    ...
      "Prefix6=A:*:1" => { value5 => 10 },
      "Prefix6=A:*:7" => { value5 => 10 },
    }