|
Posted by Ela on May 4, 2008, 11:03 am
Please log in for more thread options
> Ela said:
>> When running the slave prog directly by perl slave.pl, something is
>> printed onto screen but
>> perl master.pl (master.pl call salve.pl by > system)
>> does not
>
> On my system it does.
> Maybe you should post a simple example of master.pl and slave.pl
> showing when it doesn't.
>
Oh sorry the perl is called by a master SHELL master.sh but not master
perl...
#!/bin/sh
`perl slave.pl $dirname`
So how to solve?
|