Tag, > while(<>) { > push(@input, $_); > } > > foreach(@input) { > print; > } > > # should do the trick. untested ;-) Funzt, in etwas abgewandelter Form ... thanks, bye.