Help for this page

Select Code to Download


  1. or download this
    
    !/usr/bin/perl -w
    ...
    use HTML::TableExtract;
    
    $data = get('http://www.flalottery.com/exptkt/c3.htm')
    
  2. or download this
     $te = HTML::TableExtract->new( headers => [qw(Date Price Cost)] );
     $te->parse($html_string);
    ...
       }
     }