Help for this page

Select Code to Download


  1. or download this
    Update:
    
    #!/usr/bin/perl 
    ...
    my $m = WWW::Mechanize->new();
    $m->get($url);
    print Dumper $_ for @{ $m->images };
    
  2. or download this
    Output:
    
    $VAR1 = bless( {
    ...
                     'tag' => 'img',
                     'height' => '91'
                   }, 'WWW::Mechanize::Image' );