Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

What is it?

by TuXaS (Initiate)
on Jul 18, 2002 at 19:23 UTC ( [id://182994]=perlquestion: print w/replies, xml ) Need Help??

TuXaS has asked for the wisdom of the Perl Monks concerning the following question:

hi, can you tell me what is this error message? "can't call method "%s" in empty package "%s"" ? And how to fix this error?

Replies are listed 'Best First'.
Re: What is it?
by Abstraction (Friar) on Jul 18, 2002 at 19:30 UTC
    From the Camel book.

    (F) You called a method correctly, and it correctly indicated a package functioning as a class, but that package doesn't have anything defined in it, let alone methods.


    If you want help fixing the problem you'll have to post some code.
Re: What is it?
by mikeirw (Pilgrim) on Jul 18, 2002 at 19:33 UTC

    Check out perldiag. If you're on a Unix machine you can do:

    perldoc perldiag

    ...or you can just type perldiag in the search box above.

Re: What is it?
by Anonymous Monk on Jul 18, 2002 at 23:24 UTC
    It is a error. To fix the error:
    - Identify the error
    - Figure out how to fix it
    - open the programs source code in a text editor
    - press the keys on the computers key board until the error is gone - repeat if neccessary
    :P
      lol

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-19 13:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found