amoura has asked for the wisdom of the Perl Monks concerning the following question:
where cbsfpfg is an excutable , I am trying somthing like this :cbsfpfg `echo "esel"$REE esel`
but I am getting this error :system (qq(cbsfpfg `echo "esel"$REE esel`)); also system (cbsfpfg `echo "esel"$REE esel`);
eventhough it works from the command line but inside the script it doesn't . thanks for any help'cbsfpfg' is not recognized as an internal or external command, operable program or batch file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: system (qq()) problem
by thelenm (Vicar) on Aug 06, 2002 at 21:34 UTC |