Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

The ideas are closely related, and so are the implementations, but my code really had nothing to do with pre/post processing. The purpose of the tied interface was to wedge the test into all mutators applied to the lvalue accessor sub. Hence the test is done in STORE().

The Constraint tie interface class written for that is really independent of lexical closures and lvalue subs. It could be applied directly to package globals or any other sort of scalar variable. The choice of die as an error reporting mechanism was from the "die is throw, eval is try" school of thought. I didn't want to muck up current values on bad assignments by returning undef or whatever.

One implementation of pre/post processing is done in TheDamian's Hook::LexWrap, a highly mystical module. I don't know if subs wrapped by that module can be lvalues, but I think I will have a good time finding out this evening :-)

After Compline,
Zaxo


In reply to Re: Extending LValuable Subs with Tied Variables by Zaxo
in thread Extending LValuable Subs with Tied Variables by Limbic~Region

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-25 07:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found