Help for this page
#!/usr/bin/perl -w use strict; ... printf "%3d %s\n", ++$count, $_ if $search_word =~ /$_/; }