Re: perl stdout errors due to called script does not exist

2009-02-02 Thread inetquestion
On Jan 28, 9:46 pm, r...@kuicr.kyoto-u.ac.jp (Raymond Wan) wrote: > Hi, > > inetquestionwrote: > > for the example perl script below is there a way to avoid errors from > > showing up in stdout if the shell script being called does not exist? > > The shell script being called is not in the same dir

Re: perl stdout errors due to called script does not exist

2009-01-30 Thread inetquestion
On Jan 28, 9:46 pm, r...@kuicr.kyoto-u.ac.jp (Raymond Wan) wrote: > Hi, > > inetquestionwrote: > > for the example perl script below is there a way to avoid errors from > > showing up in stdout if the shell script being called does not exist? > > The shell script being called is not in the same dir

Re: perl stdout errors due to called script does not exist

2009-01-28 Thread Raymond Wan
Hi, inetquestion wrote: for the example perl script below is there a way to avoid errors from showing up in stdout if the shell script being called does not exist? The shell script being called is not in the same directory as the perl script, but is in the path. Otherwise I would just do a che

perl stdout errors due to called script does not exist

2009-01-28 Thread inetquestion
for the example perl script below is there a way to avoid errors from showing up in stdout if the shell script being called does not exist? The shell script being called is not in the same directory as the perl script, but is in the path. Otherwise I would just do a check to see if it exist before