On Mon, 21 Jan 2002, Michael Pratt wrote:
> I cant seem to get this to work is there something Im missing? > > $logfile = '/logs/ipaccess.log'; > $date = scalar localtime; > > open(IPLOG, ">>$logfile" Check your quotes - do you know the difference between single- and double-quotes? Are you using warnings? Strict? Please do. Dave -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]