in reply to Re: stat and localtime - take2
in thread stat and localtime - take2

Because you are on a platform that does support blocks, returning a small number that causes localtime to return a date in 1970. Without support (like the OP), blocks will return as the empty string "".

Look for stat under perlport.