From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

<html>
<head>
<title>demo.lwp</title>
</head>
<body>
<blockquote>
<h1>demo.lwp</h1>
<p>
<!--
##
## ePerl Demo: usage of the LWP package from within ePerl
## Copyright (c) 1996,1997 Ralf S. Engelschall, All Rights Reserved.
##
## This just demonstrates how one can use the
## popular LWP (libwww-perl) package from within ePerl.
##
-->
Here comes the ePerl README file, retrieved via HTTP:
<pre>
<?
use LWP::Simple;
!>
</pre>
</blockquote>
</body>
</html>