Help for this page

Select Code to Download


  1. or download this
    sub convFieldToXML($) {
      my $fldref = shift;
    ...
        # snip --8<--;
      }
    }
    
  2. or download this
    fldref=
    [
    ...
      ["\$h", "P|ysti, Lasse"],
      ["\$j", "Fran*8aix, Jean"],
    ]
    
  3. or download this
    fldref=
    [
    ...
      \["\$h", "P|ysti, Lasse"],
      \["\$j", "Fran*8aix, Jean"],
    ]