Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: asterisk pattern

by moritz (Cardinal)
on Oct 27, 2011 at 11:48 UTC ( [id://934123]=note: print w/replies, xml ) Need Help??


in reply to asterisk pattern

I'd go with this solution:

use 5.014; use warnings; use Mojo::UserAgent; my $text = Mojo::UserAgent ->new ->get('http://www.perlmonks.org/?node_id=934101') ->res ->dom ->at('tt') ->all_text; chomp $text; print $text;

Log In?
Username:
Password:

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

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

    No recent polls found