in reply to any idea how push (@$user,"$ent_date\t$message\t$firewall\t$service");

Uhh ... errr ... it's pushing a string comprised of the tab separated values $message, $firewall and $service onto the array reference $user ... Uhhh ... err ...

-derby
  • Comment on Re: any idea how push (@$user,"$ent_date\t$message\t$firewall\t$service");