Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    # Now handle the incoming SOAP method call,
    # and return an appropriate SOAP response.
    $soap_server->handle();
    
  2. or download this
    use strict;
    use LWP;
    ...
    
        return uc ($word);
    }
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
    
    # Print the result
    print "Result = '$result'\n";
    
  4. or download this
    Result = 'MARES EAT OATS, AND DOES EAT OATS, AND LITTLE LAMBS EAT IVY'
    
  5. or download this
    Result = ''