Hello world/Web server: Difference between revisions

no edit summary
m (→‎{{header|Sidef}}: defined 'client' outside the while condition)
No edit summary
Line 916:
Compile and run:
<lang bash>opa file.opa --</lang>
 
=={{header|Panda}}==
Listen to port 8080. For each request a request object is returned, we ignore this and just use it to send message which will be the response.
 
<lang panda>8080.port.listen.say("Hello world!")</lang>
 
=={{header|Perl}}==