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

Re: Re: Tied Variables - why?

by perrin (Chancellor)
on Sep 07, 2002 at 15:26 UTC ( [id://195877]=note: print w/replies, xml ) Need Help??


in reply to Re: Tied Variables - why?
in thread Tied Variables - why?

Apache::Session is not a good poster child for the use of tied interfaces. There is a constant stream of questions on the mod_perl and Mason mailing lists from people who are having problems becuase of it. They get bitten by scoping problems, can't figure out how to call methods on the tied hash, or have trouble with deep updates (updating something that is not at the top level of the hash, which fails to call the STORE method in Apache::Session). Many of these problems would just go away if Apache::Session didn't have a tied interface.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://195877]
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: (3)
As of 2024-03-28 15:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found