Matthew van Eerde wrote:
> OUTSIDE OF ANY FUNCTION (untested:)
>       push $line, @good_lines;

Oops - should be
        push @good_lines, $line;

(push takes the array first, then the stuff to push on it)

-- 
Matthew.van.Eerde (at) hbinc.com               805.964.4554 x902
Hispanic Business Inc./HireDiversity.com       Software Engineer

_______________________________________________
Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list
[email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to