in reply to Re^3: Variable interpolation of object methods
in thread Variable interpolation of object methods
I believe it works like this:-
$gene->display_id # Invoke the display_id # method of $gene object [ ] # construct anonymous array # around returned value(s) @{ } # dereference same " " # Interpolate into double- # quoted string
although I'm sure others will correct me if I've got it wrong!
Cheers,
JohnGG
|
|---|