With the recent small discussion about PHP vs Perl vs whatever, I thought this article might be interesting: http://www.perlmonth.com/features/embperl/embperl.html?issue=11 -Rob Random Quote: ------------ [How can I check to see if a file is there or not?] Try to remove it with unlink. If the result is 0, it wasn't there. If the result is 1, it's not there now. -- Randal Schwartz
