Don't know how to title this email.

2002-09-24 Thread chad kellerman
Hello everyone, I am sure this is a newbie question but I have never had to do this in a script and I am not quite too sure if I can. Is there a way I can "mark" a part of a script so that, if I wrap an eval around a particular statement I can go back to that mark and retry it. I have t

RE: Don't know how to title this email.

2002-09-24 Thread Rowe, Sean D.
how about using a label? -Original Message- From: chad kellerman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 9:19 AM To: Perl beginners Subject: Don't know how to title this email. Hello everyone, I am sure this is a newbie question but I have never had to do

Re: Don't know how to title this email.

2002-09-24 Thread Michael Fowler
On Tue, Sep 24, 2002 at 10:18:58AM -0400, chad kellerman wrote: > Is there a way I can "mark" a part of a script so that, if I wrap an > eval around a particular statement I can go back to that mark and retry > it. > > I have to make quite a few ssh connections to various servers, I was > won