You have leading whitespace, why is that?
Also, consider the output of perl -V:sh when you're writing your shell commands
This is what you're really executing
I think you should try 2>&1 | tee -a ...log/bin/sh /usr/bin/wget "http://www.google.com" |& tee /path/to/tee.lo +g
In reply to Re: Perl won't run command with "|&"
by Anonymous Monk
in thread Perl won't run command with "|&"
by italdesign
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |