Hi,
What I'm wondering is how to verify that a file handle points (or whatever it is that they do) to an actual file.
I'm using CGI.pm to create a file upload web page. I had a problem using $query->upload() in an array context, so I had to use $query->param() to retrieve the filehandles to download. upload() is supposed to verify that they test entered in the file field is an actual file handle. param() doesn't do that, so i want to make sure that the file handle that i'm using is an actual file.
Anyone know? Or am I making this too complicated?
Thanks,
Alex