in reply to Pre-Populate HTML form
expects $html to contain the raw HTML, i.e. the contents of the file. Alternatively, use$fif->fill(scalarref => \$html, ...)
where $htmlfile contains the name/path of the file.$fif->fill(file => $htmlfile, ...)
You appear to have mixed the two forms, and it doesn't seem to work well.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Pre-Populate HTML form
by peacemaker1820 (Pilgrim) on Jan 23, 2003 at 16:53 UTC | |
by Aristotle (Chancellor) on Jan 23, 2003 at 20:32 UTC |