Help for this page

Select Code to Download


  1. or download this
    for my $ts (HTML::TableExtract->new(headers=>qw(Security Volume Previo
    +us High Low Today's Change))
      ->parse($response)->table_states ) {
    
    ...
          or die "Couldn't execute statement: " . $sth1->errstr;
      }
    }
    
  2. or download this
    open CSEFILE, 'SCE.htm' or die "Failed to read SCE.htm\n";
    
    for my $ts (HTML::TableExtract->new(headers => qw(Security Volume Prev
    +ious High Low Today's Change))
    ...
    }
    
    close CSEFILE;