Help for this page
@arr = ();
use strict; # ALWAYS!!! ... sub getarray { return ('a'..'d'); }
print join(',', getarray()), "\n";