Help for this page

Select Code to Download


  1. or download this
    my %hash = map {($_ => undef)} <>;
    print sort keys %hash;
    
  2. or download this
    my $prev=<>;
    my $count=1;
    ...
    }
    printf "%4d %s", $count, $prev;