Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Last mod not working

by ysth (Canon)
on Jan 28, 2004 at 19:01 UTC ( [id://324741]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my ($lastMod) = (head($url))[2];
    
  2. or download this
    if (my (undef,undef,$lastMod) = head($url)) {
       # success
    ...
          # but alas no mod time
       }
    }
    
  3. or download this
    my $gotHead = (my (undef,undef,$lastMod) = head($url));
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (7)
As of 2024-03-28 19:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found