|
|
| P is for Practical | |
| PerlMonks |
Re: No such file or directoryby CountZero (Chancellor) |
| on Jan 10, 2013 at 07:35 UTC ( #1012607=note: print w/ replies, xml ) | Need Help?? |
|
Not an answer to your question, but this looks rather "strange":
Unless you want to check whether $num contains the string '1-9', it will do not what you want, which is probably to check whether $num only contains the figures 1 to 9: But watch out! The figure 10 will not be accepted by this. Why don't you just do: for whatever the acceptable minimum and maximum values are. CountZero A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James My blog: Imperial Deltronics
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||