What kind of overhead is associated with a soft reference versus a hard code reference?
I think that's what it's called. a scalar contains a string that is the name of the subroutine. I use the scalar to call the subroutine by name. my $scalar = 'my_sub'; $scalar(); That's a soft reference, right? Greg London
