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 );