in reply to Re^4: Parsing Output
in thread Parsing Output
You've used both JSON and JSON::PP in your code; don't do that. The former is a "smart" module that will pick the faster available backend between the pure perl version and JSON::XS if available. Since the first import has already pulled in the subs named when the second use is encountered perl is warning you that you're redefining things it already knows about.
The cake is a lie.
The cake is a lie.
The cake is a lie.
|
|---|