--- [EMAIL PROTECTED] wrote:
> I have a very simple question.. i want to know how can I tell my
> program to go back to the beginning of the program depending on the
> user input?
> 
> Candice

Not homework, is it?
If so, you should really say that before posting the question.
Even so, here's a hint:

START: {
   # your program here 

   #prompt and logic here
}

c.f.:
  perldoc perlsyn

especially check out redo.

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Reply via email to