Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    my @keys = reverse sort keys %accounts;
    
    print join ("\t", @$_), "\n" while @$_ = splice @keys, 0, 3;
    
  2. or download this
    tom7    tom6    tom5
    tom4    tom3    tom2
    tom