Help for this page
#!/usr/bin/perl -w use strict; ... for my $term (@minus) { print "'$term'\n"; }
'2' '3' '4'