Help for this page
#!/usr/bin/perl use strict; use warnings; ... print "Found keyword '$1' in '$_'.\nOriginal line: '$orig'\n"; } }