Help for this page

Select Code to Download


  1. or download this
    use LWP::Simple;
    
    ...
        #$content will contain the html associated with the url mentioned 
    +above.
        print $content;
    }
    
  2. or download this
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/T
    +R/html4/strict.dtd">
    
    ...
    content
    </body>
    </html>