On Thu, 29 May 2008 14:33:54 -0400
Michael Peters <[EMAIL PROTECTED]> wrote:

> John Gateley wrote:
> 
> > use File::stat;
> 
> So by default it's trying to override the built-in stat() function. Seems to 
> be
> conflicting. Overriding built-in's usually not a good idea.

Thanks - I changed it to "use File::stat ()" so the built-in
wasn't overridden, and then the call to "File::stat::stat(...)"
and that fixed it.

> Try replacing that with (notice my non-use of CamelCase :)
> 
>   my $stat_obj = File::stat->new($temp_file->filename);

You say "KA-mul", I say "kah-MEL"   :)

Thanks again...

j
-- 
John Gateley <[EMAIL PROTECTED]>

Reply via email to