#! /usr/bin/perl -w use strict; system('perl script1.pl') && exit(1); system('perl script2.pl') && exit(2); system('perl script3.pl') && exit(3); exit(0);
- Tom
In reply to Re: safe to use system
by tcf22
in thread safe to use system
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |