Hi folks,
Could any one please tell me how to get the last few elements from a string using perl?
for eg, $string= ATTGGCTACC;
if I want to print the last 3 elements in the above string, how can I script it?
Thank you,
Pradhaun.
Could any one please tell me how to get the last few elements from a string using perl?
for eg, $string= ATTGGCTACC;
if I want to print the last 3 elements in the above string, how can I script it?
Thank you,
Pradhaun.
Comment