Hello world/Web server: Difference between revisions

Content added Content deleted
m (→‎{{header|Sidef}}: defined 'client' outside the while condition)
No edit summary
Line 916: Line 916:
Compile and run:
Compile and run:
<lang bash>opa file.opa --</lang>
<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}}==
=={{header|Perl}}==