in reply to Re: Just Another Lotto Script
in thread Just Another Lotto Script
--JD## i shouldn't do this, should i? # open(HTML,">html.txt"); print HTML @html; close(HTML); ## extract table info from array # my $extract = new HTML::TableExtract( headers => ['Date','Numbers'] ); + my $ts; my $row; undef $/; ## help? # open(HTML, "html.txt"); my $lotto = <HTML>; close(HTML);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Just Another Lotto Script
by scain (Curate) on Mar 06, 2002 at 16:49 UTC | |
by Juerd (Abbot) on Mar 06, 2002 at 16:56 UTC | |
by draper7 (Scribe) on Mar 06, 2002 at 17:10 UTC |