Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

This should work

by Anonymous Monk
on Dec 29, 1999 at 10:04 UTC ( [id://1468]=perlquestion: print w/replies, xml ) Need Help??

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

use Set::Scalar; use Set::Scalar::Valued; $foo = Set::Scalar::Valued->new; $foo->insert("bar", Set::Scalar->new); $foo->value("bar")->insert("baz"); # But I get 'Can't call method 'insert' on unblessed # reference at test.pl line 6.' What's the deal oh wise # ones?

Replies are listed 'Best First'.
RE: This should work
by chromatic (Archbishop) on Apr 01, 2000 at 11:07 UTC
    I think you need to create your "bar" object explicitly before you insert() it into "foo". (An "unblessed reference" is something that you're treating as an object before Perl knows it's an object. See bless.)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-03-29 10:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found