#!/usr/bin/perl while () { if ($_ =~ /send/) { { print "hello world"; } } }