You seem to be on the right track. Here's an idea:
while ( <DATA> ) { @tokens = split(/\t+/, $_ ); foreach $tok (@tokens) { delete $hash{$tok}; } } foreach $tok ( keys( %hash ) ) { print "$tok\n"; }
In reply to Re: searching and printing what is wanted
by ehdonhon
in thread searching and printing what is wanted
by snowy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |