godsgood33 has asked for the wisdom of the Perl Monks concerning the following question:
However, nothing prints out. I can add in some extra text like print header(),'test',"@left"; and the 'test' prints, but nothing else. Using Firebug, I can determine that the 'stage1left' is never getting passed or it is getting passed as ".cgifields". Any help would be wonderful. Thanks!my @left = param( 'stage1left' ); print header(),"@left";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI Scrolling_List
by Khen1950fx (Canon) on Jan 15, 2012 at 20:07 UTC | |
by Anonymous Monk on Jan 15, 2012 at 22:17 UTC |