in reply to Re: Perl Program Exits.
in thread Perl Program Exits.
So many possibilities :-)
I run mine from a .bat-File. That way I can control the perl and the libraries I want to use. And using pause will prevent the exit-problem of the OP.Example: (objcmp.bat)
D:\tools\perl\bin\perl -Id:/tools/perl/lib -w objcmp.pl D:\releases\12 +113129 YES > xxx.txt pause
|
|---|