in reply to Re: Re: read xls file using Perl program
in thread read xls file using Perl program
Pre-populating an HTML for can be done using HTML::FillInForm. The code can be as simple as:
... code to read in or create your $page ... code to read in your excel data and format into a hashref called $ +dbrecord # fill in the user input forms with dbrecord data use HTML::FillInForm; my $fif = new HTML::FillInForm; my $out_page = $fif->fill( scalarref => \$page, fdat => $dbrecord);
-------------------------------------
Nothing is too wonderful to be true
-- Michael Faraday
|
|---|