#!/usr/bin/perl while () {    print "hello world\n" if /send/; }