in reply to Re: eq statement not working
in thread eq statement not working
Apparently that code adds bold tags to my variables so instead of getting 'vowel' like I thought I should be, i was getting 'vowel' but with '<'b'>' tags. And then when I tried to debug it, everything looked fine because all I saw was that my variable was set to vowel. I recently switched to Ubuntu from windows xp and the fonts in firefox seem slightly different so the fact that it was bold did not stand out greatly to me. And of course, when I copied and pasted the output into the forum, the bold tags were lost anyways.$query = new CGI; my @array = (); for $var ( $query->param) { push (@array, $query->b($var) ); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: eq statement not working
by roubi (Hermit) on Apr 29, 2009 at 04:03 UTC | |
by Anonymous Monk on Apr 29, 2009 at 04:47 UTC |