- or download this
$lc1 = wc -l my_file.txt;
$lc2 = sort my_file.txt | uniq | wc -l;
...
{
#test good!
}
- or download this
>perl -e"@x=qw/foo bar/; print scalar keys map { $_ => 1 } @x;"
- or download this
Type of arg 1 to keys must be hash (not map iterator) at -e line 1, ne
+ar "@x;"
Execution of -e aborted due to compilation errors.