http://www.perlmonks.org?node_id=1002788


in reply to Re: TMPL_VAR with selection box
in thread TMPL_VAR with selection box

Hi Choroba, I am not sure the answer of your question. not sure if it increment each time, but when I do this

<input type="hidden" name="file" value="<TMPL_VAR NAME="fn">"> change it to <input type="text" name="file" value="<TMPL_VAR NAME="fn">">

so instead of type as "hidden" I changed to "text" for debug purpose,it displayed correctly each row with different filename, so it looked like my "fn" was generated correctly, it just the read in function in my script not working (I am not sure)

Replies are listed 'Best First'.
Re^3: TMPL_VAR with selection box
by bebewinla (Novice) on Nov 08, 2012 at 02:04 UTC
    I use the standard HTML::Template