Help for this page

Select Code to Download


  1. or download this
    my @foo = ('bedrock', 'slate', 'lava', 'schist');
    #  index:      0         1       2        3
    
  2. or download this
    @foo = ('bedrock', 'slate', 'lava', 'schist', undef, undef);
    # index:    0         1       2        3        4      5