in reply to Re^2: Map multiple xml tags to array
in thread Map multiple xml tags to array
You declare the variable $iconv, and in the next mention of it, call its convert method, without ever defining that $iconv is any kind of object (Text::Iconv->new).
|
|---|