in reply to
Re: PERL on VMS
in thread
PERL on VMS
The "done\n" part is not executed (because of
exit
). You cannot use
last
instead of
exit
, either.
Comment on
Re^2: PERL on VMS
Select
or
Download
Code
Replies are listed 'Best First'.
Re^3: PERL on VMS
by
fisher
(Priest)
on Jan 30, 2012 at 10:26 UTC
Yes, I know. This is a demo how watchdog reacts to an infinite loop.
[reply]
In Section
Seekers of Perl Wisdom