while (defined($_ = glob(' IN '))) { print "Hello $_"; } while (){ print "Bye " . $_ ; }