I had the same problem. I have a small script to extract my
dhcp IP address from ifconfig. Under LM8 it didn't seem to
work unless I made perl add a newline. Then I tried this:
fred=`getip.pl`
echo $fred
and $fred did have the IP address. I don't think this is a
perl problem but something to do with the shell.
