Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Regarding Perl Class Object

by Sidhekin (Priest)
on Feb 22, 2007 at 06:46 UTC ( [id://601494]=note: print w/replies, xml ) Need Help??


in reply to Regarding Perl Class Object

Your new method is returning $self->{FORM_VAR}, which is undefined. You want to return $self, your newly created and blessed object.

And you want to lose those prototypes.

Oh, and you want to use strict.

... which will lead you to an error in your name method, where $self is undeclared and undefined. You'll want my $self = shift;

... and then you might want to look into using packages other than main. :)

print "Just another Perl ${\(trickster and hacker)},"
The Sidhekin proves Sidhe did it!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-25 09:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found