in reply to Re: How to eliminate the empty lines while giving user input from terminal
in thread How to eliminate the empty lines while giving user input from terminal

Then, print to $FH from $_, not from @line
Given the nature of rammohan's previous posts, I'd suggest that he avoid implicit contexts($_, @_) entirely until he gains further understanding of perl.

  • Comment on Re^2: How to eliminate the empty lines while giving user input from terminal