I seem to be stuck on a relatively simple problem, but being a newbie I 
can't seem to see the STDERR of my ways.

To make a short story shorter, the attached bit of code is meant to allow 
multple users on a networked UNIX enviroment to select which machine they 
want to create a directory on, but restrict the choices of directory names 
they can use. However, they are allowed to *add* new names on their own, as 
the need arises.

Everything works fine *except* the 'if' statement block from lines 46-51 (in 
vi), or the first 'if' statement if you don't have access to numbering. I 
get some odd behavior here (no doubt due to something I'm doing wrong). As 
soon as you enter "add" at line 44, the script jumps to line 70, and 
finishes the script instead of pushing the *new* user-added directory name 
to @show_list. What am I overlooking???

TIA
Ron

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

director_post.pl

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to