Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Re: How might I return tied scalar that does not have to be dereferenced as $$scalar?

by rr (Sexton)
on Sep 23, 2002 at 17:01 UTC ( [id://200164]=note: print w/replies, xml ) Need Help??


in reply to Re: How might I return tied scalar that does not have to be dereferenced as $$scalar?
in thread How might I return tied scalar that does not have to be dereferenced as $$scalar?

Hello Aldo

I guess that what I want to do is not possible without creating new basic variable types. This project is for an OSS database abstraction layer that I wrote that automatically scavenges the db for meta information, creates classes to represent rows in tables. Each class then uses a collection of the Datum instances. This Datum class does type checking based on it's SQL type in the DB, and formats things correctly. You can provide additional type checking by configuration file (like dbname.table.colum Datum's must be all CAPS).

My purpose in posting was to find a way to make coding with these objects faster by getting rid of using methods to update/get the values of the Datum instances. Using the overload+tie kinks above give me most of what I need. Too bad you cannot overload the assignment operator.

Again, thanks to all all for your input.

rr

  • Comment on Re: Re: How might I return tied scalar that does not have to be dereferenced as $$scalar?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-04-23 06:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found