See usertag and ITL glossary entries and the
UserTag configuration directive for technical information.
If you use addAttr option, then name the
hash-receiving variable "$opt":
UserTag test Order one two three
UserTag test addAttr
UserTag test Routine <<EOR
sub {
my ($one, $two, $three, $opt) = @_;
....
}
EOR