I did
print `ls`;
and it prints the output all ugly, I want to make it nice like how on a console it prints nicely like line by line, I did the same with netstat -a and its ugly
netstat -a
Like this:
echo '<pre>'; print `netstat -a`; echo '</pre>';