Help for this page

Select Code to Download


  1. or download this
    foreach $string (
      "s005219/Doe John|John.Doe\\",
    ...
    # ======
    # Doe John
    # Doe Thomas
    
  2. or download this
    foreach $string (
      "s005219/Doe John|John.Doe\\",
    ...
          print("$1\n");
       }
    }