Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Problems with Data::Printer and prototypes

by graff (Chancellor)
on Mar 10, 2016 at 17:10 UTC ( [id://1157323]=note: print w/replies, xml ) Need Help??


in reply to Problems with Data::Printer and prototypes

I've never used this module, but looking at the man page (Data::Printer), I see something in the "Extra Tips" section that might help. Maybe if you put the following in both copies of your script, you might get consistent behavior:
use Data::Printer use_prototypes => 0;

Replies are listed 'Best First'.
Re^2: Problems with Data::Printer and prototypes
by mje (Curate) on Mar 10, 2016 at 17:15 UTC

    Thanks. That provided the hint. One machine has a .dataprinter file (with use_prototypes = 0) and the other does not.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-20 02:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found