kprasanna_79 has asked for the wisdom of the Perl Monks concerning the following question:
I have a questions regarding the argument passing to a perl program. Is there any better way than the below to pass values to a prgram
The problem i have here is, i have to get atleast 10 parameter from the user when they run by program, so i have to write a best way, so that they never get frustrated, if they even mistype one value.
Your suggestions are appreciated much here....
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Question regarding the arguments passing to a program
by Old_Gray_Bear (Bishop) on Mar 29, 2007 at 15:58 UTC | |
Re: Question regarding the arguments passing to a program
by robot_tourist (Hermit) on Mar 29, 2007 at 15:54 UTC | |
Re: Question regarding the arguments passing to a program
by MonkE (Hermit) on Mar 29, 2007 at 16:14 UTC | |
Re: Question regarding the arguments passing to a program
by sailortailorson (Scribe) on Mar 29, 2007 at 21:46 UTC |