Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    say 'Title: ' . trim( $dom->at('title')->text );
    say 'Image src: ' . trim( $dom->at('img')->attr->{'src'} );
    say 'Image alt: ' . trim( $dom->at('img')->attr->{'alt'} );
    
  2. or download this
    Title: PerlMonks - The Monastery Gates
    Image src: //promote.pair.com/i/pair-banner-current.gif
    Image alt: Beefy Boxes and Bandwidth Generously Provided by pair Netwo
    +rks