Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: New to me crash message

by gone2015 (Deacon)
on Apr 22, 2009 at 14:33 UTC ( [id://759294]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      Can't coerce UNKNOWN to string in aelem ... line 68 ...
    
  2. or download this
      67:  if (defined($text->[0])) {
      68:    my @text = collapse(@$text);
      69:    print $fh_ERR "$url|", join( ",", @text ), "\n";
      70:  }
    
  3. or download this
      if (SvTYPE(sv) > SVt_PVLV && SvTYPE(sv) != SVt_PVFM)
        Perl_croak(aTHX_ "Can't coerce %s to string in %s",
                     sv_reftype(sv,0),
                     OP_NAME(PL_op));
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (8)
As of 2024-04-24 10:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found