http://www.perlmonks.org?node_id=759199


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."