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