in reply to list returned from function
$elem = (myFunc())[4]; #fifth element $elem = (myFunc())[5]; #sixth element [download]