Help for this page

Select Code to Download


  1. or download this
    sub byName {
      #Get the headers passed from the client
    ...
    
      return "Hello World!";
    }