himanshu.padmanabhi has asked for the wisdom of the Perl Monks concerning the following question:
"abc.xsl" passes value to next form likehere is program flow abc.cgi->abc.cgi on form .submit->abc.xsl on form submit->xyz.cgi redirect->abc.cgi
as suggested here. I am getting value of $in{'idx'} in final abc.cgi in above cycle.But getting its value as "idx=14^@". what is this "^@".I tried with chomp,chop.It still remains."<input value="{$idx}" type="hidden" name="idx"></input>"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: variable ending with ^@
by Fletch (Bishop) on Feb 19, 2009 at 13:49 UTC | |
|
Re: variable ending with ^@
by Anonymous Monk on Feb 22, 2009 at 03:39 UTC |