PERL BEGINNERS 22 CAN SYSTEM INTERRUPT PERL AT RUNTIME
Date: Fri, 8 Aug 2003 12:35:40 +0200

Subject: can system() interrupt perl at runtime?
From: maasha@no-spam (Martin A. Hansen)

Hi
Is there a way to make an exception from an external program run with
system( "program", "arg1", "arg2", .. );

trigger a perl exception? that is, without explicitly checking $!, $? or $@no-spam
after every call ?

Martin