William_K_F has asked for the wisdom of the Perl Monks concerning the following question:
Thanks.
-William
What I want to do is propagate global variable values between Perl and Tcl. I am successfully doing this in Tcl to Perl and seek the way to do this in Perl to Tcl.
I need to somehow trap on all global variable store commands and get the name of the variable and its value so that I can propagate the value to Tcl.
Seems to me like best would be a way to trap all calls to STORE without modifying the underlying Perl implementation directly. (i.e. user can pick whatever version of perl they want and the code works with it to trap calls to STORE).
Thanks.
-William
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to wrap Perl assignment operator?
by Roy Johnson (Monsignor) on Oct 12, 2005 at 17:51 UTC | |
|
Re: How to wrap Perl assignment operator?
by Zaxo (Archbishop) on Oct 12, 2005 at 18:30 UTC | |
|
Re: How to wrap Perl assignment operator?
by chromatic (Archbishop) on Oct 12, 2005 at 18:07 UTC | |
by William_K_F (Initiate) on Jan 17, 2006 at 02:37 UTC | |
|
Re: How to wrap Perl assignment operator?
by davidrw (Prior) on Oct 12, 2005 at 17:51 UTC | |
by VSarkiss (Monsignor) on Oct 12, 2005 at 17:55 UTC |