Trevor Phillips wrote: > eg; If I have a variable bink which has the value bill ($bink = "bill"), such > that I want to call subroutine bill using bink in module Fred, how would I do > it?? use Fred; $f = Fred->new(); $f->$bink; Colin