# old STDIN: 1 2 3 while () { if (some condition) unshift "hi test test" to STDIN # new STDIN hi test test 1 2 3 }