while () { # this @lines = $_; } #### while() { push @lines, $_; } #### @lines = ;