Help for this page

Select Code to Download


  1. or download this
    # First, but @items into a hash instead though...
    my @array = qw(dog cat cow horse donkey chicken);
    ...
    
    # how come this is right???
    print join ', ',@array, "\n";