Help for this page

Select Code to Download


  1. or download this
    <lib contains>
    @names = ('joe', 'bob', 'sally');
    
  2. or download this
    <script contains>
    my $string = shift;
    my @array = @{$string};
    
  3. or download this
    <command line would be>
    $ ./testscript names