in reply to Re: Grep & Regex Question
in thread Grep & Regex Question
chomp($position = <>);
Why do you have to add chomp in order to get the user input to work normally? It looks like it adds a new line after a user input's data for some reason if you just do $position = <>;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Grep & Regex Question
by choroba (Cardinal) on Dec 01, 2013 at 09:54 UTC |