Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Word frequency from URL Doc

by Lotus1 (Vicar)
on Feb 28, 2019 at 15:45 UTC ( [id://1230678]=note: print w/replies, xml ) Need Help??


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;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1230678]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-25 23:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found