in reply to Re^2: Need help with loop syntax errors
in thread Need help with loop syntax errors
That assigns $RedirectUrl to $NewRev and then uses that result in the for loop. Since $RedirectUrl ismy $NewRev = "\tabc\tkis17.1.33en_12345.exe<h href"; my $RedirectUrl; ## and then... for($NewRev = $RedirectUrl);
Make Sense?
Update: I don't want to quibble about definitions of definitions of "warning, syntax error" or whatever. You have some code that runs now without any warnings. Continue on with your experimentation...I commend you for that effort.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Need help with loop syntax errors
by Todd Chester (Scribe) on Sep 13, 2016 at 02:18 UTC | |
by Marshall (Canon) on Sep 13, 2016 at 03:42 UTC |