in reply to create file with current date for name
This will fix your '1.summary' problem as well. This is a very easy mistake to make - i remember it making myself a few years ago programming in C++. :Dmy $ymd = sprintf("%04d%02d%02d",$year+1900,$mon+1,$mday);
jeffa
|
|---|