Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Hello World!

by Ctrl-z (Friar)
on Mar 16, 2003 at 13:25 UTC ( [id://243464]=note: print w/replies, xml ) Need Help??


in reply to Hello World!

not much of a japh - but suitably odd for a Sunday.
use LWP::Simple; get('http://perlmonks.org/index.pl?node_id=243219') =~ m|.*<h3 class="other">(.*?)</h3>.*| and print $1;



time was, I could move my arms like a bird and...

Replies are listed 'Best First'.
Re: Re: Hello World!
by valdez (Monsignor) on Mar 17, 2003 at 21:00 UTC

    I prefer to use modules :)

    use LWP::Simple; use XML::Simple; print XMLin(get('http://perlmonks.org/?node_id=37150;nodes=243219'))-> +{NODE}->{content}, "\n";

    Ciao, Valerio

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-24 02:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found