don't run END blocks when running under -c switch (older,
authorGurusamy Sarathy <gsar@cpan.org>
Sat, 9 Oct 1999 18:48:31 +0000 (18:48 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sat, 9 Oct 1999 18:48:31 +0000 (18:48 +0000)
commit865be8325e7f3f3238a9773fffa973af7594f852
treecc037a3952abda0b21618a76466a272bb1088ca6
parentb0d9ce3858aa1d5f16f24f50ca1172e6eb75fcd9
don't run END blocks when running under -c switch (older,
rarely useful behavior may still be obtained by putting
BEGIN { $^C = 0; exit; } at the end of the script)

p4raw-id: //depot/perl@4323
perl.c