On 08/05/2013 10:24, Shlomi Fish wrote:
This is better:
http://perl-begin.org/tutorials/bad-elements/#properly_autoflushing
print `cat * >>foo.out`; # [2] qx//
This is the same as «system('cat * >> foo.out')» (only more costly), and the
command in this case should not emit any output (because it is redirected to a
file). Furthermore, many non-UNIX-like systems don't contain a cat command. See:
http://perl-begin.org/tutorials/bad-elements/
Regards,
Shlomi Fish
It would make me feel a lot better if you would declare your interest in
your own web site when you link to it. It's hardly an endorsement if you
link to something else you have written yourself.
Rob
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/