Adrian has asked for the wisdom of the Perl Monks concerning the following question:
I can't get mailx to send from within a script. All other UNIX commands work fine when suurounded by single quotes. any ideas?
e.g. '/bin/mailx -s "hello" john@work.com'
or
system("/bin/mailx -s "hello" john@work.com");
thanks, Ad
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: can't get mailx to send from within a script
by gellyfish (Monsignor) on Aug 17, 2006 at 12:10 UTC | |
by Adrian (Initiate) on Aug 17, 2006 at 13:51 UTC | |
|
Re: can't get mailx to send from within a script
by davido (Cardinal) on Aug 17, 2006 at 12:10 UTC | |
|
Re: can't get mailx to send from within a script
by nimdokk (Vicar) on Aug 17, 2006 at 12:09 UTC | |
|
Re: can't get mailx to send from within a script
by LittleGreyCat (Scribe) on Aug 17, 2006 at 12:48 UTC |