in reply to Not an ARRAY reference, even though it is?

FYI

print STDERR "added.. \n";
Is cleaner as
warn "added..;

Neil Watson
watson-wilson.ca

Replies are listed 'Best First'.
Re^2: Not an ARRAY reference, even though it is?
by ultranerds (Hermit) on Aug 25, 2015 at 17:07 UTC
    Thanks - will try and remember that one :)