So this Perl stuff is going very well. And I heading toward having a regularly running Perl script (on Windows XP laptop or Windows XP workstation). It would be running 24X7 and needs to pulse/work about once a minute or less.
So I'm thinking I could just have the Windows Scheduler run the scripts every minute (not liking this just because).
Or I could start a Perl script from the command Window and have it loop.
So I'm now curious about such things as resource usage and Command Prompt windows open for ever.
Looking for the collective wisdom of the monks to help me build what the old MVS IBM programmers would call a started task.
Thanks