in reply to Re: AUTOLOAD for variables?
in thread AUTOLOAD for variables?
You really don't want to see some of the more nasty code. Honest. Especially not the 70000 line regex (its one saving grace is the /x modifier). And perhaps not the script that parses another script's --verbose output. Or perhaps ...my $value= ${ uc join "_", @$reg_spec{ qw( device reg field ) } };
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: AUTOLOAD for variables?
by dragonchild (Archbishop) on Jul 08, 2004 at 13:22 UTC |