In general, pipes should just work with backticks. However, I don't understand what you want to do by `help | more`. More is a pager, that prints its input page by page, waiting for a keypress after each page. It makes no sense to capture the output of more with backticks. Maybe you want system instead?
In reply to Re: IIS 6 and perl 5.8 pipes
by ambrus
in thread IIS 6 and perl 5.8 pipes
by aquarium
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |