in reply to Re^4: Variable interpolation of object methods
in thread Variable interpolation of object methods

And read Juerd's reply in this thread listing alternatives that are more efficient and easier to read.
  • Comment on Re^5: Variable interpolation of object methods

Replies are listed 'Best First'.
Re^6: Variable interpolation of object methods
by Anonymous Monk on Oct 31, 2010 at 23:25 UTC
    If i'm not mistaken, the explanation given on the Perl idioms explained page is the same as the explanation i offered in my previous comment which I quite here
    are you creating a reference to this variable $gene->display_id and th +en deferencing it straight away with ${ }
    I'm double checking as I'm not very confident with perl