in reply to help with user inputs
Update Rereading your first paragraph, and especially your title, I realize you are trying to get user input... to do so you probably want
or something similar. This will return a line of user input, complete with a newline at the end... but what is the value you are trying to pass in? A default? A prompt?my $input = <>;
- Ant
- Some of my
best work - (1 2 3)
|
|---|