Hi All!
I am using goto for the first time and I am having trouble with the
label format. I have checked perldoc -f goto and perldoc -q label with no
success. Here is an example of what I am doing..
if (some condition) {
if (some condition) {
if (some case true) {
goto ENDDISP;
}
}
}
ENDDISP: (note the colon)
what is wrong? When I comment out ENDDISP: it runs. # although then the
goto is meaningless. What format does this label ENDDISP: have to be in?
Thanks!
-Tim
---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
[EMAIL PROTECTED]
For non-automated Mailing List support, send email to
[EMAIL PROTECTED]