in reply to Re: Re: Recursive sub
in thread Recursive sub
No. use strict; shouldn't stop everything from printing...and it doesn't on my system.
I suspect that you are running your script from the Explorer by double clicking and the reason you see no output is because you have a compilation error that prevents your script reaching the sleep statement and so the window is disappearing before you have a chance to read the error messages produced.
I would advise you to start using the command line, at least for testing your scripts.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Recursive sub
by pen (Acolyte) on Sep 24, 2003 at 00:14 UTC |