Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I am new to perl. Please can you tell me how I achieve varaible interpolation of the an object method e.g
This gives 'Bio::EnsEMBL::Gene=HASH(0x2c88e90)->display_id' Whereas I want the value in single quotes. I tried rmoving the single quotes and adding backslahes but to no avail. There is nothing in my book about how to do this. thanksprint "'$gene->display_id'\n";
|
|---|