is Scalar::Properties, which also allows for attaching out-of-band information to scalars. While it can have some odd side-effects, it's easier to use.
I am really glad you included this example, since I was thinking on the previous Tied example that an Attribute autotie would be a useful helper for that one.
I would find monitoring multiple variables all called $VAR1 frustrating. So I would want to extend the example to use the 2-arg version of Data::Dumper::Dump. Finger-painting, we can replace the Report loop with
Also of interest (Score:1)
Monitoring with Names (Score:1)
I would find monitoring multiple variables all called
$VAR1frustrating. So I would want to extend the example to use the 2-arg version ofData::Dumper::Dump. Finger-painting, we can replace the Report loop withTo do that, we need to capture the name of the moni
Bill
# I had a sig when sigs were cool
use Sig;