Help for this page

Select Code to Download


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