in reply to perl and shell
Unless you're actually saving the output in some intermediary variable that you didn't mention, this is functionally equivalent to the system("command") call. I could understand using the backticks as an attempt to avoid outputting anything, but the print statement sort of defeats that, doesn't it?print `command`;
--
[ e d @ h a l l e y . c c ]
|
|---|