From: Johan L. <jo...@ba...> - 2001-06-27 13:40:52
|
Lous wrote: >And change my terminate sub to the following: > sub Window_Terminate {-1;print "";} > >For some odd reason if I do not do a print the program will not >terminate. Anyone have any ideas why??? Just a note: you don't return -1 anymore, you return true, since that's what print returns. C:\>perldoc -f print /J ------ ---- --- -- -- -- - - - - - Johan Lindström Boss Casinos Sourcerer jo...@ba... http://www.bahnhof.se/~johanl/ If the only tool you have is a hammer, everything tends to look like a nail |