Help for this page
<lib contains> @names = ('joe', 'bob', 'sally');
<script contains> my $string = shift; my @array = @{$string};
<command line would be> $ ./testscript names