Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my %unique = map { $_ => 1 } @vars;
                                                                          
    +          
    printf "Unique variables:  %s\n", join(',',keys %unique);