Help for this page

Select Code to Download


  1. or download this
    my @array = join(' ' , keys %num) . "\n";
    
  2. or download this
    my @array = keys %num;
    
  3. or download this
    use Data::Dumper;
    print Dumper(\@array);