Help for this page

Select Code to Download


  1. or download this
    @stocks[$i]->find('a');
    
  2. or download this
    my $stock_url = @stocks[$i]->find('a')
        or die "Couldn't find a link in " . @stocks[$i]->as_HTML;
    
  3. or download this
    $stocks[$i]->find('a');