in reply to Re^4: "possible typo" warnings in modules
in thread "possible typo" warnings in modules
I think we are arguing over whether the Perl interpreter does a one pass or two pass scan of the code. I guess it only "appears" to do a syntax scan before it cancels the compilation, but I defer to your greater wisdom that it is actually a one pass operation. It seems to the end user that Perl is checking syntax first, and I see your point that it is a misunderstanding on my part, and the syntax scan is only an illusion.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: "possible typo" warnings in modules
by diotalevi (Canon) on Feb 17, 2007 at 20:51 UTC | |
|
Re^6: "possible typo" warnings in modules
by Joost (Canon) on Feb 17, 2007 at 20:55 UTC |