Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: New to me crash message

by Anonymous Monk
on Apr 22, 2009 at 07:19 UTC ( [id://759199]=note: print w/replies, xml ) Need Help??


in reply to New to me crash message

perldiag

Can't coerce %s to string in %s

(F) Certain types of SVs, in particular real symbol table entries (typeglobs), can't be forced to stop being what they are.

67 if (defined($text->[0])) { 68 my @text = collapse(@$text); 69 print $fh_ERR "$url|", join( ",", @text ), "\n"; 70 }
Can you reproduce the error if you remove Data::Dumper::Simple? How about English, and Prosix?

Replies are listed 'Best First'.
Re^2: New to me crash message
by hsmyers (Canon) on Apr 22, 2009 at 14:21 UTC
    Easy to get rid of first two; less easy to get rid of prosaix, but I'll see. Thanks for the debug direction!

    --hsm

    "Never try to teach a pig to sing...it wastes your time and it annoys the pig."

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (9)
As of 2024-04-19 06:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found