Help for this page

Select Code to Download


  1. or download this
    <HTML>
    <head>
    ...
      <META NAME="url" CONTENT="http://www.mywebsitehere.com">
    
    </head>
    
  2. or download this
    use LWP::Simple;
    use HTTP::Headers;
    ...
    print $h->header('Last-Modified')."\n";  #This does not print
    print $h->header('Content-Length')."\n"; #This does not print
    print $h->header('Meta name')."\n";  #This does not print