Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Getting Web site header info

by Anonymous Monk
on Sep 17, 2002 at 14:40 UTC ( [id://198500]=perlquestion: print w/replies, xml ) Need Help??

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
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://198500]
Approved by virtualsue
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-03-28 15:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found