Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my @un_nums = join " ", keys %unordered; 
    print "@un_nums\n";
    
  2. or download this
    D:\perlscripts>perl test.pl
    30 17 33 10 40 15 16 20