Jump to content

SOAP: Difference between revisions

33 bytes removed ,  13 years ago
→‎{{header|Unicon}}: library reference
(→‎{{header|Unicon}}: library reference)
Line 44:
==={{header|Unicon}}===
 
After importing the <tt>soap</tt> package from the [https://tapestry.tucson.az.us/unilib Unicon Code Library] this can be done with:
<lang unicon>import soap
 
Line 75 ⟶ 74:
return "Goodbye" || s[1:-1]
end</lang>
{{libheader|Unicon Code Library}} provides the [https://tapestry.tucson.az.us/unilib Soap] package.
 
=={{header|Perl}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.