in reply to Re^2: Refactoring technique?
in thread Refactoring technique?

BrowserUk,

WOW! Now I understand!

So the new sub would be:

# my $WhoKnows = SeeOriginalAuthorForMoreInformation( $oo, $aa, $vv ); + sub SeeOriginalAuthorForMoreInformation { my $Object = shift; my $Attribute = shift; my $Value = shift; ... }
I guess the author wants you to be a miracle worker :-)

It wouldn't be so bad if you could move 'to' and 'from' to a different subroutine. Good Luck!

Regards...Ed

"Well done is better than well said." - Benjamin Franklin