in reply to Recieving input during runtime..
Modules such as Getopt::Long provide many features for processing command line arguments if that's what you are looking for.
"I can do it easily by using <STDIN>..However, problem is i want to create an executable, that asks for some input data"
Are you saying you can't use <STDIN> from a packaged executable?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Recieving input during runtime..
by tej (Scribe) on Nov 30, 2010 at 10:57 UTC | |
by marto (Cardinal) on Nov 30, 2010 at 11:06 UTC | |
by mjscott2702 (Pilgrim) on Nov 30, 2010 at 13:00 UTC |