Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^5: Parsing Output

by Fletch (Bishop)
on Feb 23, 2022 at 15:17 UTC ( [id://11141593]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11141593]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (2)
As of 2024-04-26 03:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found