Help for this page

Select Code to Download


  1. or download this
    @array= qw(A R N D);
    
  2. or download this
    my @array= qw (A R N D);
    @array= 'B N M C';