in reply to (jeffa) 3Re: Ping Monitor with Email Notification
in thread Ping Monitor with Email Notification

However, don't initialize an array like this: my @array = []; # use empty parens instead () That declared a new array whose first element is an anonymouse array reference. I have been bitten by that error before. ;)

thanks for that ;-), never would have thought this.
++jeffa tomorrow, as all my points today are gone.

regards,
tomte


  • Comment on 4Re: (jeffa)Ping Monitor with Email Notification