I have three questions and would really appreciate any help.

1. I am running a perl script that calls other perl scripts etc. All using the 'do perlscript.pl'
method. Apparently these perl scripts have gotten so long that after a
certain amount of 'do perlscript.pl' commands, the script crashes.
Is there a way to extend this, and make it able to call multiple 'do perlscript.pl' calls
than it currently can handle?


2. When I run Multiple 'do perlscript.pl' calls , after the third or fourth call,
the error reporting seems to crap out. Is there a way to improve the error
reported of multiple 'do perlscript.pl' calls?


3. How do I change directories inside of a perl script such that 'do perlscript.pl' calls(inside that same perl script)
perlscript.pl inside the new directory, not the one that originally called the first perl script?


I am running on a Win2K system.

Thanks for all your help.

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to