Morehouse, Ken wrote:
> I know one thing that I need to address is the ability to
> determine the last location read from the file. If the script
> needs to restart for any reason, I need to make sure that the
> log isn't being duplicated in the database. Is there a [tell]
> comparative in Win32?
Not quite sure what you mean here. There is a tell() function in Perl. If
you use binmode() on your file, it should do what you want. If not, you may
get funny values due to CRLF --> LF translation.
Cheers,
Philip
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin