Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: NASA's Astronomy Picture of the Day

by Anonymous Monk
on Jun 25, 2012 at 11:04 UTC ( [id://978185]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    HTML::Element=HASH(0xb5ed04)    0.1.1.0
    Milky Way Over Piton de l'Eau
    /html/body/center[2]/b
    /html/body/center[2]/b
    /html/body[@link='#0000FF' and @vlink='#7F0F9F' and @alink='#FF0000' a
    +nd @bgcolor='#F4F4FF' and @text='#000000']/center[2]/b
    ------------------------------------------------------------------
    
  2. or download this
    $ scraper apod.html
    scraper> d
    $VAR1 = {};
    ...
    };
    my $result = $scraper->scrape($file);
    scraper> q
    
  3. or download this
    
    my $scraper = scraper {
    ...
    my $url  =  URI->new( 'file:apod.html' ); 
    my $base =  'http://apod.nasa.gov/apod/';
    my $ret  =  $scraper->scrape( $url , $base );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (7)
As of 2024-04-16 17:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found