in reply to Word frequency from URL Doc

Make sure to verify your post looks right after you click preview. You can edit until it does before you submit. You need to end your code section with </code>.

Try the example given in the synopsis for LWP::Simple.

use LWP::Simple; $content = get("http://www.sn.no/"); die "Couldn't get it!" unless defined $content;