in reply to Re: Can't use string ("blah") as an ARRAY ref while "strict refs" in use at..
in thread Can't use string ("blah") as an ARRAY ref while "strict refs" in use at..

Or even this ;)
use Data::Dumper; die Data::Dumper->new([\@databases])->Indent(1)->Dump();
  • Comment on Re^2: Can't use string ("blah") as an ARRAY ref while "strict refs" in use at..
  • Download Code