> Line 4 assigns an anonymous hash ref to value. You do not need any quotes > at all. and the fact that it is looking for $startloc would suggest that you > are using single quotes around '$startloc' in your open statement which is > incorrrect. I would suggest backing up and learning the basics first. You > will save yourself much time and aggravation in doing so.
I do not have any quotes around '$startloc' in my open statement. opendir(SMD,$startloc) || die "Failed to open Sysmon DB: $!, error in $startloc"; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
