|
One doesn't embed Perl in HTML. It's the other way around. When you see that, Perl is building the HTML page. The client doesn't see any of it until it's all done and a response is sent. The correct perception of server-side/client-side is critical to success.
|